Chombo + EB + MF  3.2
Macros | Functions
AMRBoxesAndRanksIO.H File Reference
#include "IntVect.H"
#include "Box.H"
#include "Vector.H"
#include <string>
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for AMRBoxesAndRanksIO.H:

Go to the source code of this file.

Macros

#define _AMRBOXESANDRANKSIO_H_
 

Functions

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)
 

Macro Definition Documentation

◆ _AMRBOXESANDRANKSIO_H_

#define _AMRBOXESANDRANKSIO_H_

Function Documentation

◆ 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 
)