2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add ppm_reference to allow us to play around with the ppm reference states
mzingale
as Michael Zingale
More... about 12 years ago
add ppm_reference to allow us to play around with the ppm reference states
mzingale
as Michael Zingale
More... about 12 years ago
some bug fixes:
mzingale
as Michael Zingale
More... about 12 years ago
move riemannus into riemann_3d.f90
mzingale
as Michael Zingale
More... about 12 years ago
a version of the PPM characteristic tracing that uses the largest wave jump as the reference state
mzingale
as Michael Zingale
More... about 12 years ago
Merge branch 'master' of gamera.lbl.gov:/usr/local/gitroot/Castro
mzingale
as Michael Zingale
More... about 12 years ago
a version of the Colella & Glaz Riemann solver. This is based on CastroCG_1d.f90 in the Src_1d directory, but has a few bug fixes and also don't rely on the gamma_e equation from C&G, but instead computed gamma_e from the predicted rhoe. This seems to work, but is not very well tested. Also, a better job needs to be done in gmin and gmax.
mzingale
as Michael Zingale
More... about 12 years ago
Two small fixes to get the code to compile again. More... about 12 years ago
Clean up energy diagnostic print statements. More... about 12 years ago
Clean up energy diagnostics. More... about 12 years ago
Add use_pslope as an option and split out the tracing routines into separate files. More... about 12 years ago
Clean up cout statements re energy added, and add another option to correct_gsrc. More... about 12 years ago
Added diagnostic to print mass/eint/eden added in enforce_minimum_density routine. More... about 12 years ago
inputs file for regression test More... about 12 years ago
CASTRO_DIR is now set in GNUmakefile in each Exec/* directory. If it is not set in the GNUmakefile, the CASTRO_DIR environment variable will be used. More... about 12 years ago
Wrap the cout statements in test for IOProcessor More... about 12 years ago
Updated so that everything now compiles (I think) More... over 12 years ago
Merge branch 'master' of gamera:/usr/local/gitroot/Castro More... over 12 years ago
Make everything compile with DIM = 1, 2 or 3. More... over 12 years ago
Changed tags so that volProductSum can still be used even without gravity enabled. More... over 12 years ago
Update to strip gravity source term routines out of Castro_advection_*d.f90 and put into separate file. Also pass E_added out of several routines. More... over 12 years ago
1) Fix the volWgtSumMF to actually use the component we pass in. 2) Use volWgtSumMF to compute the total energy change due to reset_internal_energy. More... over 12 years ago
Strip routines out of sum_integrated_quantities.cpp and put into sum_util.cpp More... over 12 years ago
missing end directive
mzingale
as Michael Zingale
More... over 12 years ago
The default for tolerance of Poisson gravity solver will depend on the type of coordinates. More... over 12 years ago
Change the default tolerance for Poisson gravity solver from 1e-12 to 1e-9 because of the change in BoxLib MG solver. More... over 12 years ago
Need this to go with new routines in Castro_sums_3d.f90 More... over 12 years ago
1) Max tweaked Gravity_nd.f90 to get bc's for phi right in outermost cell. 2) Added two new functions to Castro_sums_3d.f90 More... over 12 years ago
include ctime in order to compile on Hopper (with PGI?) More... over 12 years ago
fix up sponge interface
mzingale
as Michael Zingale
More... over 12 years ago