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

Function MultiFabHeaderPath

Src/Base/AMReX_PlotFileUtil.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23std::string MultiFabHeaderPath (int level,
24 const std::string &levelPrefix,
25 const std::string &mfPrefix)
26{
27 return LevelPath(level, levelPrefix) + '/' + mfPrefix; // e.g., Level_4/Cell
28}
29
30std::string LevelFullPath (int level,
31 const std::string &plotfilename,

Callers 2

MultiFabFileFullPrefixFunction · 0.85

Calls 1

LevelPathFunction · 0.85

Tested by

no test coverage detected