11 #ifndef _AMRBOXESANDRANKSIO_H_ 12 #define _AMRBOXESANDRANKSIO_H_ 19 #include "NamespaceHeader.H" 24 Box& a_baseLevelBoundingBox,
25 const std::string a_filename,
26 const bool a_dataPerRank=
false);
32 const int a_numLevels,
33 const int a_targetNumProcs,
34 const Box& a_baseLevelBoundingBox,
35 const std::string a_filename);
37 #include "NamespaceFooter.H"
one dimensional dynamic array
Definition: Vector.H:53
void readABRfile(Vector< Vector< Box > > &a_amrBoxes, Vector< Vector< int > > &a_amrRanks, Vector< int > &a_refinementRatio, Box &a_baseLevelBoundingBox, const std::string a_filename, const bool a_dataPerRank=false)
void writeABRfile(const Vector< Vector< Box > > &a_amrBoxes, const Vector< Vector< int > > &a_amrRanks, const Vector< int > &a_refinementRatio, const int a_numLevels, const int a_targetNumProcs, const Box &a_baseLevelBoundingBox, const std::string a_filename)
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:465