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 12, 2024 — Sep 12, 2025
Showing page 258 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
tad cleanup
lijewski
More...
over 17 years ago
added some HUGE()s & got rid of some allocate()s
lijewski
More...
over 17 years ago
use HUGE() in a few places
lijewski
More...
over 17 years ago
some memory usage optimizations
lijewski
More...
over 17 years ago
slight simplification
lijewski
More...
over 17 years ago
used sum() in a couple places
lijewski
More...
over 17 years ago
put some allocate()s on the stack instead
lijewski
More...
over 17 years ago
apparently the old resolution was causing the program to crash due to lack of memory(?) Cut the resolution in half
ajnonaka
More...
over 17 years ago
moved the fine grid to a more happening place
ajnonaka
More...
over 17 years ago
removed dx (precision issues) from the namelist removed rr (it wasn't actually being used and rr was being set to 2) from the namelist
ajnonaka
More...
over 17 years ago
storing dt and time with 20 digits of precision. this eliminates the restart i/o bug we had
ajnonaka
More...
over 17 years ago
fixed multilevel restart bug
ajnonaka
More...
over 17 years ago
first (broken) pass at multilevel restart. the single level restart still works.
ajnonaka
More...
over 17 years ago
now passing in base state quantities into read/write_base_state as full vectors instead of passing in just the level 1 components
ajnonaka
More...
over 17 years ago
passing in nlevs as an argument to checkpoint_read and write. using the nr(:) from the geometry module. this is all in preparation for writing a multilevel version or restart that handles the base state properly
ajnonaka
More...
over 17 years ago
turn on initial iterations and use init_shrink = 0.1
mzingale
More...
over 17 years ago
gamma1 stuff is done
mzingale
More...
over 17 years ago
multilevel bug fix; we were not filling fine ghost cells that lay on top of valid coarse regions after calls to put_in_pert_form
ajnonaka
More...
over 17 years ago
removed unneeded calls to setval
ajnonaka
More...
over 17 years ago
fixed a bug in which the transverse term for computing the edge state velocity in the radial direction was not centered properly in time. Not only was this inconsistent with what Paper III said (see the equation for w^B in Appendix B), but it also caused the code to fail in multilevel as it grabbed velocities from locations that it did not exist in!
ajnonaka
More...
over 17 years ago
second pass at a multi-grid, multi-level version of make_eta. This one does not need to reference coarser data in the loop over boxes. Since the fluxes are restricted, we can get the contribution to the average by summing over the fine faces
ajnonaka
More...
over 17 years ago
first pass at computing eta at fine edges that do not overlie coarse edges. This involved creating a temporary coarse multifab that has the exact same physical locations as the fine grid. We copy the coarse data into this temporary, and then can reference it in the loop over fine grids in order to compute etapert
ajnonaka
More...
over 17 years ago
add back in gamma1_term as an option. Set use_gamma1_term = .true. to enable it (it is .false. by default). This should have a small effect. Note, this is not implemented for spherical yet, and the code will abort if you try to run spherical with use_gamma1_term = .true.
mzingale
More...
over 17 years ago
typo in comment
ajnonaka
More...
over 17 years ago
multilevel version should compile and run. eta at fine faces that do not lie on top of coarse faces is set to the average of the two bounding coarse values of eta for now.
ajnonaka
More...
over 17 years ago
subtle change to make_eta.f90. When summing eta at the coarsest level, you can only count the top edge values if you are not at the top edge of the domain. This prevents double counting in the sum.
ajnonaka
More...
over 17 years ago
add comments
mzingale
More...
over 17 years ago
fixed typo
ajnonaka
More...
over 17 years ago
eta is now being computed in make_eta.f90. works for single-level, multi-grid problems
ajnonaka
More...
over 17 years ago
rennamed "phibar" to "phisum" when appropriate. no functional changes
ajnonaka
More...
over 17 years ago
←
1
2
…
254
255
256
257
258
259
260
261
262
…
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