2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow for a different number of zones in each direction More... about 18 years ago
This has outer sponge, finally done correctly. More... about 18 years ago
add in the new quadratic interpolation fixes More... about 18 years ago
two fixes for the new quadratic interpolation: More... about 18 years ago
Add same modifications at outflow to mkflux_2d as previously added to mkflux_3d. More... about 18 years ago
in the computation of 1/beta div(beta w_0), since we are getting the edge betas (which multiply w_0) by averaging the cell centered betas, we should use the original cell-centered beta in computing 1/beta, instead of averaging the new edge values back to the center -- this eliminates a lot of temperature wiggles at the top of the star. More... about 18 years ago
do the new quadratic interpolation More... about 18 years ago
use a quadratic interpolation scheme to put the data onto the grid -- this is based on the scheme from the FLASH HSE paper. More... about 18 years ago
Remove print statement. More... about 18 years ago
Remove print statement of plot variable names. More... about 18 years ago
Modify edge values at outflow so that normal velocity cannot point inwards at outflow. More... about 18 years ago
Modify the way we order the plotfile variables, and allow us to control the plotting of the tracer and species variables. More... about 18 years ago
Change in how we write the indices for the plotfile, to hopefully make it all easier to change. More... about 18 years ago
add eta0 to the rhoh_0 prediction and time-center it for the conservative update More... about 18 years ago
one of the EOS calls was not initializing xn_zone More... about 18 years ago
Bug fix in 3d -- index mistake in averaging of cc rhs to nodal rhs. More... about 18 years ago
Don't need vadv_max anymore. More... about 18 years ago
Need to protect against beta on edges violating the max/min of its neighboring cells. More... about 18 years ago
drop the cutoff density to 1.e-4 to reproduce exactly the problem that is setup in oned_test More... about 18 years ago
print out temperature and pressure as well More... about 18 years ago
Another bug in mkflux_3d, using slopex instead of slopez in creating the transverse derivatives. More... about 18 years ago
Bug fix in creating of transverse terms... More... about 18 years ago
Tighten the tolerance of the hgproject. More... about 18 years ago
Need to add new routines. More... about 18 years ago
Need comma. More... about 18 years ago
Fix the test in modify_scal_force_3d_sphr to test on domlo/domhi rather than lo/hi for grid interfaces. More... about 18 years ago
Fix print statements for parallel. More... about 18 years ago
We now put the scalar in perturbational form on each grid in put_in_pert_form.f90, then call multifab_fill_boundary, rather than doing it all grid by grid within mkflux. More... about 18 years ago
Only print sponge details if IOProcessor. More... about 18 years ago
Same fix as in MAESTRO to write_base_state. More... about 18 years ago