AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.

Home Page:http://amrex-astro.github.io/Castro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

switch true SDC over to use burn_state.y[]

zingale opened this issue · comments

RIght now, we create a separate GpuArray (usually called U_full) to hold the full state. But we've already allocated the memory in burn_t.

this is being done in #2600