| 1364 | } |
| 1365 | |
| 1366 | void |
| 1367 | WriteMultiLevelPlotfileHDF5 (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 |
no test coverage detected