AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.
http://amrex-astro.github.io/Castro
Other
300 stars 98 forks source link

add a microphysics finalize #152

Closed zingale closed 7 years ago

zingale commented 7 years ago

we should call the finalize on all the different microphysics routines

zingale commented 7 years ago

Castro doesn't seem to have generic network_finalize() and eos_finalize() routines, so we should implement these and have them call their actual_ equivalents...

zingale commented 7 years ago

a network_finalize() is in now. Microphysics doesn't seem to have any eos_finalize(), so I'll create an issue there