openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MAESTRO-astro
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Sep 07, 2024 — Sep 07, 2025
Showing page 274 of 295
Search / Filter on:
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).
ajnonaka
More...
almost 18 years ago
Move if statement outside of both loops, not just outside inner loop.
almgren
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.
ajnonaka
More...
almost 18 years ago
f90sources += add_react_to_thermal.f90
ajnonaka
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
ajnonaka
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.
ajnonaka
More...
almost 18 years ago
make all the EOS calls use the new parameters:
mzingale
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.
mzingale
More...
almost 18 years ago
fix up a print -- don't assume that spec_comp falls between rhoh_comp and trac_comp.
mzingale
More...
almost 18 years ago
switching to the convention where we don't assume anything about the order of s
ajnonaka
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.
mzingale
More...
almost 18 years ago
need conducteos to build
mzingale
More...
almost 18 years ago
get this compiling again now that temp0 is part of s0
mzingale
More...
almost 18 years ago
set the cutoff density to 1.e-4 to match what is in oned-test
mzingale
More...
almost 18 years ago
initdata is no longer needed here since the base state stuff was cutout
mzingale
More...
almost 18 years ago
no longer needed -- the main average routine now does subsampling
mzingale
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.
mzingale
More...
almost 18 years ago
turn off the velocity perturbation in the small test case
mzingale
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).
mzingale
More...
almost 18 years ago
compiles w/o warnings on bassi
lijewski
More...
almost 18 years ago
remove t0_cart completely now that temperature is a state variable
mzingale
More...
almost 18 years ago
turn off the velocity perturbation for the small case
mzingale
More...
almost 18 years ago
get the burner working again in spherical coordinates
mzingale
More...
almost 18 years ago
fix the sponge height for comparison to FLASH for the paper III convection test
mzingale
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).
mzingale
More...
almost 18 years ago
get this compiling again
mzingale
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.
mzingale
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.
mzingale
More...
almost 18 years ago
resync with the main initdata
mzingale
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.
almgren
More...
almost 18 years ago
←
1
2
…
270
271
272
273
274
275
276
277
278
…
294
295
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree