MCPcopy 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

nCompMethod · 0.45
isValidMethod · 0.45
indexMethod · 0.45
writeOnMethod · 0.45

Tested by

no test coverage detected