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 23 hours
ago. based on code collected
about 23 hours
ago.
Sep 10, 2024 — Sep 10, 2025
Showing page 262 of 295
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed all unnecessary setval's on multifabs cleaned up loops over levels
ajnonaka
More...
over 17 years ago
optimzied all remaining multifabs to only be allocated when needed
ajnonaka
More...
over 17 years ago
making judicious calls to multifab_build and destroy for rhohalf, w0_cart_vec, w0_force_cart_vec, macrhs, macphi, and hgrhs_old to save memory. I am seeing a reduction in peak memory usage now, so I will optimize the rest of the multifabs in this file.
ajnonaka
More...
over 17 years ago
moved all allocate statements to beginning of advance and deallocate statements to the end
ajnonaka
More...
over 17 years ago
allocating/deallocating rho_Hext within advance, divu_iter, and initial_proj
ajnonaka
More...
over 17 years ago
wrote get_rho_Hext, which calls get_rho_Hext_2d and _3d. This makes it easier to see where we are computing external heating (which for now happens at the beginning of react_state). Also, added a note about how the external heating is ignored in the initial projection. Including it makes test_convect unstable.
ajnonaka
More...
over 17 years ago
in make_heating I replaced the old get_H function with a newly written get_rho_Hext. This allowed me to remove the allocated array "H" in react_state, which is now no longer needed.
ajnonaka
More...
over 17 years ago
allocating/deallocating rho_omegadot1 within divu_iter, initial_proj, and advance
ajnonaka
More...
over 17 years ago
rhohalf is being allocated/deallocated withing divu_iter and initial_proj. Also reduced it to one component instead of nscal components
ajnonaka
More...
over 17 years ago
In order for restart to work for test_smallscale, subroutine read_base_state() in base_io.f90 must recompute the inlet boundary conditions since we do not store them in the checkpoint file. This involes only two calls to the eos at the beginning of a restart so it's probably not worth the effort to save the values of INLET_VN, INLET_VT, INLET_RHO, etc. in a checkpoint since it's so cheap to recompute.
ajnonaka
More...
over 17 years ago
add to the list...
mzingale
More...
over 17 years ago
locally allocating/deallocating thermal in divu_iter and initial_proj. removed unnecessary use statements in varden
ajnonaka
More...
over 17 years ago
allocating/deallocating gamma1_term within advance, initial_proj, and divu_iter.
ajnonaka
More...
over 17 years ago
added private/public lines to average, so now divu_iter and initial_proj need additional use statements
ajnonaka
More...
over 17 years ago
appended the projection type parameters in proj_parameters.f90 with "_comp" to avoid confusion with similarly named subroutine, modules, and integers
ajnonaka
More...
over 17 years ago
I moved all the initial projection stuff from varden into a new module. This makes varden easier to read and will help me reduce the amount of allocated memory.
ajnonaka
More...
over 17 years ago
"implicit none" now appears exactly once in these files before the private/public statements
ajnonaka
More...
over 17 years ago
s1 and s2 are now allocated/deallocated within divu_iter and advance
ajnonaka
More...
over 17 years ago
I moved all the divu_iter stuff from varden into a new module. This makes varden easier to read and will help me reduce the amount of allocated memory.
ajnonaka
More...
over 17 years ago
rennamed "gp" => "gpres" and "p" => "pres" to avoid confusion with "gphi" and "phi". Also, it is much easier to grep for gpres and pres instead of gp and p. The plotfiles still call these variables "gpx", etc, to avoid a regression failure
ajnonaka
More...
over 17 years ago
allocate/deallocate uedge and utrans within advance.f90. replaced multifab_destroy() with simply destroy()
ajnonaka
More...
over 17 years ago
allocating/deallocating umac within advance.f90
ajnonaka
More...
over 17 years ago
sflux now allocated/deallocated within scalar_advance
ajnonaka
More...
over 17 years ago
allocating and deallocating sedge within scalar_advance to save memory
ajnonaka
More...
over 17 years ago
use BiCG instead of CG
lijewski
More...
over 17 years ago
added aveassoc stuff
lijewski
More...
over 17 years ago
Replace i3 by i4 for larger grid sets.
almgren
More...
over 17 years ago
update the list of things to do
mzingale
More...
over 17 years ago
now print out wallclock-based runtime on exit
lijewski
More...
over 17 years ago
commented out some inner loop if tests
lijewski
More...
over 17 years ago
←
1
2
…
258
259
260
261
262
263
264
265
266
…
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