2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tad cleanup More... over 17 years ago
added some HUGE()s & got rid of some allocate()s More... over 17 years ago
use HUGE() in a few places More... over 17 years ago
some memory usage optimizations More... over 17 years ago
slight simplification More... over 17 years ago
used sum() in a couple places More... over 17 years ago
put some allocate()s on the stack instead More... over 17 years ago
apparently the old resolution was causing the program to crash due to lack of memory(?) Cut the resolution in half More... over 17 years ago
moved the fine grid to a more happening place More... over 17 years ago
removed dx (precision issues) from the namelist removed rr (it wasn't actually being used and rr was being set to 2) from the namelist More... over 17 years ago
storing dt and time with 20 digits of precision. this eliminates the restart i/o bug we had More... over 17 years ago
fixed multilevel restart bug More... over 17 years ago
first (broken) pass at multilevel restart. the single level restart still works. More... over 17 years ago
now passing in base state quantities into read/write_base_state as full vectors instead of passing in just the level 1 components More... over 17 years ago
passing in nlevs as an argument to checkpoint_read and write. using the nr(:) from the geometry module. this is all in preparation for writing a multilevel version or restart that handles the base state properly More... over 17 years ago
turn on initial iterations and use init_shrink = 0.1 More... over 17 years ago
gamma1 stuff is done More... over 17 years ago
multilevel bug fix; we were not filling fine ghost cells that lay on top of valid coarse regions after calls to put_in_pert_form More... over 17 years ago
removed unneeded calls to setval More... over 17 years ago
fixed a bug in which the transverse term for computing the edge state velocity in the radial direction was not centered properly in time. Not only was this inconsistent with what Paper III said (see the equation for w^B in Appendix B), but it also caused the code to fail in multilevel as it grabbed velocities from locations that it did not exist in! More... over 17 years ago
second pass at a multi-grid, multi-level version of make_eta. This one does not need to reference coarser data in the loop over boxes. Since the fluxes are restricted, we can get the contribution to the average by summing over the fine faces More... over 17 years ago
first pass at computing eta at fine edges that do not overlie coarse edges. This involved creating a temporary coarse multifab that has the exact same physical locations as the fine grid. We copy the coarse data into this temporary, and then can reference it in the loop over fine grids in order to compute etapert More... over 17 years ago
add back in gamma1_term as an option. Set use_gamma1_term = .true. to enable it (it is .false. by default). This should have a small effect. Note, this is not implemented for spherical yet, and the code will abort if you try to run spherical with use_gamma1_term = .true. More... over 17 years ago
typo in comment More... over 17 years ago
multilevel version should compile and run. eta at fine faces that do not lie on top of coarse faces is set to the average of the two bounding coarse values of eta for now. More... over 17 years ago
subtle change to make_eta.f90. When summing eta at the coarsest level, you can only count the top edge values if you are not at the top edge of the domain. This prevents double counting in the sum. More... over 17 years ago
add comments More... over 17 years ago
fixed typo More... over 17 years ago
eta is now being computed in make_eta.f90. works for single-level, multi-grid problems More... over 17 years ago
rennamed "phibar" to "phisum" when appropriate. no functional changes More... over 17 years ago