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

Function LevelPath

Src/Base/AMReX_PlotFileUtil.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace amrex {
17
18std::string LevelPath (int level, const std::string &levelPrefix)
19{
20 return Concatenate(levelPrefix, level, 1); // e.g., Level_5
21}
22
23std::string MultiFabHeaderPath (int level,
24 const std::string &levelPrefix,

Callers 2

MultiFabHeaderPathFunction · 0.85
LevelFullPathFunction · 0.85

Calls 1

ConcatenateFunction · 0.85

Tested by

no test coverage detected