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

Method allocOldData

Source/driver/Castro.cpp:3473–3483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3471}
3472
3473void
3474Castro::allocOldData ()
3475{
3476 BL_PROFILE("Castro::allocOldData");
3477
3478 MultiFab::RegionTag amrlevel_tag("AmrLevel_Level_" + std::to_string(level));
3479 MultiFab::RegionTag statedata_tag("StateData_Level_" + std::to_string(level));
3480 for (int k = 0; k < num_state_type; k++) {
3481 state[k].allocOldData();
3482 }
3483}
3484
3485void
3486Castro::removeOldData()

Callers 2

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected