Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ writeFabs
Function
writeFabs
Src/Base/AMReX_MultiFabUtil.cpp:574–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
void writeFabs (const MultiFab& mf, const std::string& name)
575
{
576
writeFabs (mf, 0, mf.nComp(), name);
577
}
578
579
void writeFabs (const MultiFab& mf, int comp, int ncomp, const std::string& name)
580
{
Callers
nothing calls this directly
Calls
4
nComp
Method · 0.45
isValid
Method · 0.45
index
Method · 0.45
writeOn
Method · 0.45
Tested by
no test coverage detected