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
1 day
ago. based on code collected
1 day
ago.
Sep 09, 2024 — Sep 09, 2025
Showing page 272 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Move rhoH vs T functions into separate file so a change to scalar_advance doesn't require re-compiling the thermal stuff.
almgren
More...
almost 18 years ago
hopefully the last EOS renaming -- change *_row to *_eos in all of the external routines that call our EOS interface. Now, *_row is only used internal to the EOS module/helmeos. This change creates a clean separation between the names of the variables we use to call the EOS from a random subroutine and the names of the variables that are used within the EOS infrastructure to pass data around.
mzingale
More...
almost 18 years ago
New improved scalar_diags routine.
almgren
More...
almost 18 years ago
Depend on rhoh_vs_t_module instead of scalar_advance_module.
almgren
More...
almost 18 years ago
Add rhoh_vs_t.f90 entry.
almgren
More...
almost 18 years ago
Move these functions into a separate file so changes to scalar_advance don't cause the thermal stuff to recompile.
almgren
More...
almost 18 years ago
Change default bottom solver from CG to BiCG.
almgren
More...
almost 18 years ago
Need to addw0 on the ghost cells as well.
almgren
More...
almost 18 years ago
xn_zone -> xn_row to be more consistent with the other names in the EOS module
mzingale
More...
almost 18 years ago
removed the eps floor of 1.0 for the velpred = 1 case
ajnonaka
More...
almost 18 years ago
echo SUCCESS if we build so the regression test picks it up.
mzingale
More...
almost 18 years ago
xn_zone should be dimensioned as xn_zone(NP,nspec) instead of just xn_zone(nspec) to be consistent with the other EOS variables. This would allow you to call the EOS on a vector, although, we do not use that feature (i.e. NP = 1 is hardcoded in eos_stuff.f90) To make things consistent, change all the xn_zone(:) = ... to xn_zone(1,:) = ...
mzingale
More...
almost 18 years ago
remove aion and zion from the argument lists for the EOS and instead always get these from the network module.
mzingale
More...
almost 18 years ago
since divu_rhs is an optional input, put an if (present(divu_rhs)) then around the call to enforce_outflow_on_divu_rhs(divu_rhs,the_bc_tower)
ajnonaka
More...
almost 18 years ago
These problems now run without needing to include varden in the makefiles. I copied the necessary files from varden into MAESTRO and edited the Makefiles.
ajnonaka
More...
almost 18 years ago
this is rigged to work with evolve_base_state = F in 3D
ajnonaka
More...
almost 18 years ago
made the w0 bounds checking in the same style as the 2d version
ajnonaka
More...
almost 18 years ago
the 3d version of mkflux was grabbing a w0 from out of bounds
ajnonaka
More...
almost 18 years ago
setting up the 3d version of this problem to work out 3d bugs in the alg. fixed bc's for 3d case in setbc.f90
ajnonaka
More...
almost 18 years ago
put_w0_on_3d_cells_cart was reaching out of the bounds of w0
ajnonaka
More...
almost 18 years ago
turned on the full algorithm. try it!
ajnonaka
More...
almost 18 years ago
Important: in the second half of the algorithm, I make sure the temperature source terms are being computed with rho_omegadot2 from the beginning of the timestep. Before this checkin, it was computing the temperature sources with rho_omegadot2 from the end of the first half of the algorithm. I thought we fixed this before, but I guess not.
ajnonaka
More...
almost 18 years ago
removed istep from argument list since it wasn't being used
ajnonaka
More...
almost 18 years ago
the p0 terms now work. fixed some other minor bugs
ajnonaka
More...
almost 18 years ago
I've checked and made sure the p0 contribution code is working properly so I uncommented it to re-enable. Also some minor comment fixing.
ajnonaka
More...
almost 18 years ago
the code for adding the p0 contribution to grad T is in both of these files, but commented out in both of them. It wasn't working correctly when uncommented so I'm going to just turn it off until I fix it.
ajnonaka
More...
almost 18 years ago
had to move put_base_state_on_multifab to thermal_conduct because otherwise the modules would reference each other since they both had utility subroutines required by the other
ajnonaka
More...
almost 18 years ago
the grids used for put_base_state_on_multifab should be defined with phi instead of s, just to avoid confusion. no functional change.
ajnonaka
More...
almost 18 years ago
Dont need t0 in react_state -- remove from calls to react state in advance and varden.
almgren
More...
almost 18 years ago
cleaned this function up so adding p0 terms will be easy. also added harmonic averaging for the 3d put_beta_on_faces
ajnonaka
More...
almost 18 years ago
←
1
2
…
268
269
270
271
272
273
274
275
276
…
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