|
Chombo + EB
3.0
|
#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 |
Macros | |
| #define | _EBARITH_H_ |
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) |
| #define _EBARITH_H_ |
| 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 | ||
| ) |
1.8.13