MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / resize

Method resize

Src/Base/AMReX_FArrayBox.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void
178FArrayBox::resize (const Box& b, int N, Arena* ar)
179{
180 BaseFab<Real>::resize(b,N,ar);
181 initVal();
182}
183
184FABio::Format
185FArrayBox::getFormat ()

Callers 1

read_headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected