Chombo + EB
3.2
|
#include <map>
#include "IndexTM.H"
#include "SPACE.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
struct | LexLT< T > |
Macros | |
#define | _NOTATION_H_ |
#define | GLOBALDIM SpaceDim |
#define | USING_TOP_FACE_MOMENTS 0 |
#define | RECURSIVE_GEOMETRY_GENERATION 0 |
#define | GEOMETRY_ORDER 1 |
#define | GEOMETRY_DEGREEP 2 |
#define | GEOMETRY_CONSTRAINTS true |
#define | REFINEMENT_IN_ZDIRECTION 0 |
#define | REFINEMENT_WITH_RESIDUALS 0 |
#define | MAKING_EB_GEOM 1 |
#define | LARGEINTVAL -999999999 |
#define | LARGEREALVAL 123456789.0 |
#define | TOLERANCE 1.0e-10 |
#define | MACHINEPRECISION 1.0e-14 |
#define | REFINEMENTTHRESHOLD 1.0e-14 |
#define | OUT -1 |
#define | ON 0 |
#define | IN 1 |
#define | BDID_DIR 0 |
#define | BDID_HILO 1 |
Typedefs | |
typedef IndexTM< int, 2 > | Iv2 |
typedef IndexTM< int, GLOBALDIM > | IvgDim |
typedef IndexTM< int, GLOBALDIM-1 > | IvgLess1 |
typedef IndexTM< Real, GLOBALDIM > | RvgDim |
Enumerations | |
enum | EBorVol { EBMoment = 0, VolMoment = 1 } |
#define _NOTATION_H_ |
#define GLOBALDIM SpaceDim |
#define USING_TOP_FACE_MOMENTS 0 |
#define RECURSIVE_GEOMETRY_GENERATION 0 |
Referenced by ComputeCutCellMoments< dim >::addMomentMaps().
#define GEOMETRY_ORDER 1 |
#define GEOMETRY_DEGREEP 2 |
#define GEOMETRY_CONSTRAINTS true |
#define REFINEMENT_IN_ZDIRECTION 0 |
#define REFINEMENT_WITH_RESIDUALS 0 |
#define MAKING_EB_GEOM 1 |
#define LARGEINTVAL -999999999 |
Referenced by CutCellMoments< dim >::addBdMoments(), ComputeCutCellMoments< dim >::addMomentMaps(), LSProblem< dim >::differentiate(), IFData< dim >::findIntersectionPts(), IFSlicer< dim >::IFSlicer(), IFData< dim >::isConnected(), IFData< dim >::makeEdgeKey(), LSProblem< dim >::numMonomials(), and LSProblem< dim >::setMatrix().
#define LARGEREALVAL 123456789.0 |
Referenced by MinimalCCCM< dim >::computeMoments(), ComputeCutCellMoments< dim >::computeMoments(), ComputeCutCellMoments< dim >::computeResiduals(), CutCellMoments< dim >::getBdEBMoment(), CutCellMoments< dim >::getBdMoment(), CutCellMoments< dim >::getMoment(), IFSlicer< dim >::IFSlicer(), IFData< dim >::rootFinder(), and IFSlicer< dim >::value().
#define TOLERANCE 1.0e-10 |
Referenced by IFData< dim >::BrentRootFinder().
#define MACHINEPRECISION 1.0e-14 |
Referenced by IFData< dim >::checkIntersection(), and IFData< dim >::makeCornerSigns().
#define REFINEMENTTHRESHOLD 1.0e-14 |
#define OUT -1 |
#define ON 0 |
#define IN 1 |
#define BDID_DIR 0 |
#define BDID_HILO 1 |
enum EBorVol |