Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void
178
FArrayBox::resize (const Box& b, int N, Arena* ar)
179
{
180
BaseFab<Real>::resize(b,N,ar);
181
initVal();
182
}
183
184
FABio::Format
185
FArrayBox::getFormat ()
Callers
1
read_header
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected