#include "IntVect.H"
#include "Box.H"
#include "Vector.H"
#include <string>
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
 
Go to the source code of this file.
 | 
| 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) | 
|   | 
◆ _AMRBOXESANDRANKSIO_H_
      
        
          | #define _AMRBOXESANDRANKSIO_H_ | 
        
      
 
 
◆ readABRfile()
      
        
          | 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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ writeABRfile()
      
        
          | 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  | 
        
        
           | 
          ) | 
           |  |