Chombo + EB + MF  3.2
Classes | Macros | Functions
EBArith.H File Reference
#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"
Include dependency graph for EBArith.H:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ _EBARITH_H_

#define _EBARITH_H_

Function Documentation

◆ ebcoarsen() [1/4]

IntVect ebcoarsen ( const IntVect b,
int  refinement_ratio 
)

◆ ebrefine() [1/3]

Box ebrefine ( const Box b,
int  refinement_ratio 
)

◆ ebrefine() [2/3]

ProblemDomain ebrefine ( const ProblemDomain b,
int  refinement_ratio 
)

◆ ebcoarsen() [2/4]

Box ebcoarsen ( const Box b,
int  refinement_ratio 
)

◆ ebcoarsen() [3/4]

ProblemDomain ebcoarsen ( const ProblemDomain b,
int  refinement_ratio 
)

◆ ebrefine() [3/3]

void ebrefine ( DisjointBoxLayout output,
const DisjointBoxLayout input,
int  refinement 
)

◆ ebcoarsen() [4/4]

void ebcoarsen ( DisjointBoxLayout output,
const DisjointBoxLayout input,
int  refinement 
)