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

Function WriteMultiLevelPlotfileHDF5

Src/Extern/HDF5/AMReX_PlotFileUtilHDF5.cpp:1366–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366void
1367WriteMultiLevelPlotfileHDF5 (const std::string &plotfilename,
1368 int nlevels,
1369 const Vector<const MultiFab*> &mf,
1370 const Vector<std::string> &varnames,
1371 const Vector<Geometry> &geom,
1372 Real time,
1373 const Vector<int> &level_steps,
1374 const Vector<IntVect> &ref_ratio,
1375 const std::string &compression,
1376 const std::string &versionName,
1377 const std::string &levelPrefix,
1378 const std::string &mfPrefix,
1379 const Vector<std::string>& extra_dirs)
1380{
1381
1382 WriteMultiLevelPlotfileHDF5SingleDset(plotfilename, nlevels, mf, varnames, geom, time, level_steps, ref_ratio,
1383 compression, versionName, levelPrefix, mfPrefix, extra_dirs);
1384}
1385
1386} // namespace amrex

Callers 1

Tested by

no test coverage detected