2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the final maketfromrhoh call happens whether or not we have use_temp_in_mkflux. More... almost 18 years ago
the bc's now read in the species order from network.f90 More... almost 18 years ago
New hgproject which takes a proj_type argument so we know what quantity should be projected. More... almost 18 years ago
the problem doesn't die anymore so the max_step is increased More... almost 18 years ago
commented to the call to the eos which recomputes the temperature. instead, setting the temperature to the input temperature, to be consistent with nova More... almost 18 years ago
calling the eos in mktempforce with input_flag = 1 instead of 3 More... almost 18 years ago
now that the base state is set to zero, switching to use_temp_in_mkflux = T More... almost 18 years ago
added a new function, zerobasestate, which is called after the initscalar loop More... almost 18 years ago
Move hacked copies into test_smallscale ... we set grav = 0 and div_coeff = 1. More... almost 18 years ago
Don't include all those extra files in GPackage.mak More... almost 18 years ago
Set entire base state to zero, and make sure plotfile variables can still be set without crashing. More... almost 18 years ago
Moved init_base_state, etc, into base_state.f90. Removed those files from initdata.f90. More... almost 18 years ago
Add base_state.f90 More... almost 18 years ago
Moved init_base_state, etc, into base_state.f90. Removed those files from here. More... almost 18 years ago
Move subroutines init_base_state, read_base_state and write_base_state, plus function interpolate into base_state.f90 from initdata.f90. More... almost 18 years ago
added call to multifab_fill_boundary(thermal) at the end of function More... almost 18 years ago
now that temperature is stored in the s array, there is no need to create a temporary multifab for temperature within this function More... almost 18 years ago
added calls to multifab_fill_boundary More... almost 18 years ago
call to multifab_fill_boundary is now before call to setbc More... almost 18 years ago
fixed the initialization to call multifab_fill_boundary before setbc More... almost 18 years ago
cleaned up this file by removing calls to multifab_fill_boundary and setbc. They are called directly after initveldata and initscalardata in varden anyway. More... almost 18 years ago
got rid of the verbose dt output More... almost 18 years ago
1) Fixed up code with use_temp_in_mkflux flag. 2) Moved calls to multifab_fill_boundary out of loop over grids, and made new loops for setbc calls after call to multifab_fill_boundary. More... almost 18 years ago
using the new copy_c in which you specify the number of ghost cells More... almost 18 years ago
Add 3d versions of calls to mktempforce. More... almost 18 years ago
Add 3d versions of mkscalforce. More... almost 18 years ago
the calls to multifab_fill_boundary and setbc need to be in a seperate loop from the call to react_state More... almost 18 years ago
multiple grid version of gr0_2d_smallscale More... almost 18 years ago
passed in lo(1)-ng instead of just -ng for cases where the loop goes from i=0,nx-1. bad for multiple grids More... almost 18 years ago
Replaced "all" argument by "ng" argument in multifab_copy and multifab_copy_c. More... almost 18 years ago