MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / expand_state

Method expand_state

Source/driver/Castro.cpp:4498–4506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4496// Fill a version of the state with ng ghost zones from the state data.
4497
4498void
4499Castro::expand_state(MultiFab& S, Real time, int ng)
4500{
4501 BL_PROFILE("Castro::expand_state()");
4502
4503 BL_ASSERT(S.nGrow() >= ng);
4504
4505 AmrLevel::FillPatch(*this, S, ng, time, State_Type, 0, NUM_STATE);
4506}
4507
4508
4509void

Callers 1

Castro.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected