2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed call to makeTfromRhoH at the end of scalar_advance (which is after the advection, before the diffusion). More... almost 18 years ago
Move if statement outside of both loops, not just outside inner loop. More... almost 18 years ago
In the normal predictor, we advect all the state variables using the MAC velocities except when velpred .eq. 1, in which case we use the cell-centered velocity. Before this checkin, the velpred .eq. 0 velocities were being advected using the cell-centered velocity. More... almost 18 years ago
f90sources += add_react_to_thermal.f90 More... almost 18 years ago
new module to add reaction terms to the thermal del dot kappa grad T term; this is used to create source terms for the temperature godunov predictor More... almost 18 years ago
Change form of projection for initial pressure iterations from projecting (Ustar-Un) to projecting (Ustar-Un)/dt. This means we also have to convert (Snew-Sold) to (Snew-Sold)/dt. More... almost 18 years ago
make all the EOS calls use the new parameters: More... almost 18 years ago
separate out rho, rhoh, and the species in the elliptic bc section, so we are not assuming any particular ordering anymore. More... almost 18 years ago
fix up a print -- don't assume that spec_comp falls between rhoh_comp and trac_comp. More... almost 18 years ago
switching to the convention where we don't assume anything about the order of s More... almost 18 years ago
whenever we refer to the species, always do it as spec_comp:spec_comp+nspec-1 and not as spec_comp: -- now that temperature is at the end, we were probably going out of bounds in a lot of places. More... almost 18 years ago
need conducteos to build More... almost 18 years ago
get this compiling again now that temp0 is part of s0 More... almost 18 years ago
set the cutoff density to 1.e-4 to match what is in oned-test More... almost 18 years ago
initdata is no longer needed here since the base state stuff was cutout More... almost 18 years ago
no longer needed -- the main average routine now does subsampling More... almost 18 years ago
when we do the quadratic interpolation, make sure that we don't go outside of the maximum or minimum of the data we are interpolating from. This was causing negative temperatures, and now that we actually use this temperature, that's a problem. More... almost 18 years ago
turn off the velocity perturbation in the small test case More... almost 18 years ago
move the input_flag closer to the EOS call so it is more clear what is going on here. This makes the code a bit safer, in case, some day another EOS call is added inbetween (for some unknown reason). More... almost 18 years ago
compiles w/o warnings on bassi More... almost 18 years ago
remove t0_cart completely now that temperature is a state variable More... almost 18 years ago
turn off the velocity perturbation for the small case More... almost 18 years ago
get the burner working again in spherical coordinates More... almost 18 years ago
fix the sponge height for comparison to FLASH for the paper III convection test More... almost 18 years ago
this is now identical to the convection test reported in paper III. (the regular test that was compared to FLASH, not the long test). More... almost 18 years ago
get this compiling again More... almost 18 years ago
make the 2-d version do what we state in paper III -- this now matches the regular (not long) convection test reported there. More... almost 18 years ago
remove old unneeded files -- these originally setup the sponge, but that is now part of the main Maestro/ source. Removing these allows the convection test to build again. More... almost 18 years ago
resync with the main initdata More... almost 18 years ago
Add which_step flag to be used in update_scal -- needs to be passed from advance to scalar_advance to update. More... almost 18 years ago