2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... almost 18 years ago
not needed anymore; going to use the main MAESTRO version More... almost 18 years ago
call helmeos_init() from varden instead of init_base_state More... almost 18 years ago
get this compiling again More... almost 18 years ago
get this compiling and running again More... almost 18 years ago
get this compiling again More... almost 18 years ago
separate the base state I/O routine out from the base_state_module -- this way we replicate less code. More... almost 18 years ago
get this working with the eta changes More... almost 18 years ago
no longer need varden to compile More... almost 18 years ago
New time-centering in scalar_advance calls to the update_scal routines. More... almost 18 years ago
Fix a typo. More... almost 18 years ago
Fix an oops. More... almost 18 years ago
This is the new eta stuff for 2d and 3d non-spherical only. Currently the eta stuff is turned off by setting eta = in update_scal.f90 More... almost 18 years ago
store gam1 More... almost 18 years ago
Make this ok in 2d. More... almost 18 years ago
was using a pointer after it was deallocated. strange that g95 compiler doesn't complain about this run-time, yet Intel does. More... almost 18 years ago
plug memory leaks More... almost 18 years ago
remove the need for the Fortran compiler to create a temporary array in the parallel_reduce calls by explicitly copying the vector of components into source/target buffer arrays. More... almost 18 years ago
more memory leaks More... almost 18 years ago
plugged a memory leak More... almost 18 years ago
plugged a memory leak More... almost 18 years ago
velx, vely, and velz are now declared as one-component, n-dimensional arrays since only the normal slopes are used More... almost 18 years ago
changed all eps's to double precision just to be safe More... almost 18 years ago
abs_eps was used without being defined in mkutrans_3d More... almost 18 years ago
remove completed tasks More... almost 18 years ago
Need to only write checkpoint header on one processor or fails on Bassi. More... almost 18 years ago
added barrier after mkdir() to stop race condition More... almost 18 years ago
In these functions, eps is now defined as 10^-8 times the max velocity. If the max velocity happens to be zero, we set eps to just 10^-8. This will make a difference in problems where the initial velocity field is zero. Without these changes, the upwinding is not correct. This could have a minor effect on all other problems as well; it depends on the velocity scales of the problem. More... almost 18 years ago
make the gravitational acceleration for a plane-parallel model a runtime parameter, grav_const. The default is -1.5d10, which is the value that was hardcoded into make_grav.f90 previously. More... almost 18 years ago
Forgot to add include of rhoh_vs_t_module. More... almost 18 years ago