2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved fillpatch and multifab_fill_ghost_cells to boxlib. More... almost 18 years ago
created update_scal and applied it to scalar_advance to avoid looping over boxes for update_scal_2d and 3d More... almost 18 years ago
get this compiling again More... almost 18 years ago
add private statements More... almost 18 years ago
get this compiling again More... almost 18 years ago
replaced mkutrans_2d and 3d with mkutrans to avoid looping over boxes in advance_premac More... almost 18 years ago
replaced makeTfromRhoH_2d and 3d with simply makeTfromRhoH to avoid calling loops over boxes within scalar_advance and thermal_conduct More... almost 18 years ago
replaced calls to makeRhoHfromT_2d and 3d with a new function makeRhoHfromT to avoid looping over boxes in scalar_advance More... almost 18 years ago
make the data in these modules private by default More... almost 18 years ago
use the ONLY clause when using probin_module -- this way it is clear what runtime variables we are using. More... almost 18 years ago
replaced all calls to mkflux_2d and mkflux_3d with the streamlined mkflux. Didn't touch mkflux_1d. More... almost 18 years ago
created a new subroutine 'mkflux' that calls mkflux_2d and mkflux_3d. This will clean up calls to mkflux_2d and mkflux_3d tremendously. I've already made this change in advance_premac More... almost 18 years ago
make things private by default More... almost 18 years ago
all loops involving multifab_fill_ghost_cells or ml_restriction-type operations loop from n=nlevs,2,-1 instead of n=2,nlevs More... almost 18 years ago
replaced all calls to setbc with calls to multifab_physbc More... almost 18 years ago
replaced calls to setbc with multifab_physbc More... almost 18 years ago
replaced calls to setbc with calls to multifab_physbc More... almost 18 years ago
Removed redundant line of code More... almost 18 years ago
replaced calls to setbc with calls to multifab_physbc More... almost 18 years ago
added More... almost 18 years ago
make the modules by default private and only make things public that really need to be public. This has the effect of making it a lot clearer what modules each routine is using. No longer does a routine inherit all the modules that are used by any module it uses. More... almost 18 years ago
applied the new multifab_physbc to react_state. reordered the inputs to multifab_physbc to match multifab_fill_ghost_cells more closely More... almost 18 years ago
new module multifasb_physbc_module is a cleaner interface to setbc. More... almost 18 years ago
bugfix; calls to setbc weren't being done with the proper definition of "lo" More... almost 18 years ago
removed convert_h.f90 More... almost 18 years ago
Initial commit of the XRB test problem More... almost 18 years ago
add to the list More... almost 18 years ago
move the 'use probin_module' from the main module into the init_base_state routine. This way, any routine that does 'use base_state_module' does not automagically inherit all of the probin stuff as well. More... almost 18 years ago
cleaned up tabs More... almost 18 years ago
added comments, changed multilevel loops to count backwards, added calls to multilevel ghost cell fillers More... almost 18 years ago