#include <fstream>
#include "EBCellFAB.H"
#include "EBISBox.H"
#include "EBISLayout.H"
#include "EBFaceFAB.H"
#include "BoxLayout.H"
#include "BoxLayoutData.H"
#include "Stencils.H"
#include "LayoutData.H"
#include "Tuple.H"
#include "EBFluxFAB.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | EBNormType |
class | EBArith |
Functions | |
IntVect | ebcoarsen (const IntVect &b, int refinement_ratio) |
Box | ebrefine (const Box &b, int refinement_ratio) |
ProblemDomain | ebrefine (const ProblemDomain &b, int refinement_ratio) |
Box | ebcoarsen (const Box &b, int refinement_ratio) |
ProblemDomain | ebcoarsen (const ProblemDomain &b, int refinement_ratio) |
void | ebrefine (DisjointBoxLayout &output, const DisjointBoxLayout &input, int refinement) |
void | ebcoarsen (DisjointBoxLayout &output, const DisjointBoxLayout &input, int refinement) |
ProblemDomain ebrefine | ( | const ProblemDomain & | b, | |
int | refinement_ratio | |||
) |
ProblemDomain ebcoarsen | ( | const ProblemDomain & | b, | |
int | refinement_ratio | |||
) |
void ebrefine | ( | DisjointBoxLayout & | output, | |
const DisjointBoxLayout & | input, | |||
int | refinement | |||
) |
void ebcoarsen | ( | DisjointBoxLayout & | output, | |
const DisjointBoxLayout & | input, | |||
int | refinement | |||
) |