25 #include "NamespaceHeader.H" 56 int a_interpolationDegree = 2,
58 bool a_verbose =
false);
71 int a_interpolationDegree = 2,
73 bool a_verbose =
false);
99 int a_interpolationDegree = 2,
103 bool a_verbose =
false);
124 int a_interpolationDegree = 2,
128 bool a_verbose =
false);
174 bool a_inhomogeneous);
247 #include "NamespaceFooter.H" A class to facilitate interaction with physical boundary conditions.
Definition: ProblemDomain.H:130
Vector< NodeQuadCFInterp2 *> m_qcfi2
Definition: NodeQCFI.H:223
Class to interpolate quadratically at coarse/fine interface.
Definition: NodeQCFI.H:28
bool m_verbose
Definition: NodeQCFI.H:237
one dimensional dynamic array
Definition: Vector.H:52
NodeBCFunc m_bc
Definition: NodeQCFI.H:180
void define(const DisjointBoxLayout &a_grids, Real a_dx, const ProblemDomain &a_domain, const LayoutData< NodeCFIVS > *const a_loCFIVS, const LayoutData< NodeCFIVS > *const a_hiCFIVS, int a_refToCoarse, NodeBCFunc a_bc, int a_interpolationDegree=2, int a_ncomp=1, bool a_verbose=false)
Real m_dx
Definition: NodeQCFI.H:204
void coarseFineInterp(LevelData< NodeFArrayBox > &a_phiFine, const LevelData< NodeFArrayBox > &a_phiCoarse, bool a_inhomogeneous)
Vector< LevelData< NodeFArrayBox > *> m_inter
Definition: NodeQCFI.H:217
Real m_dxPenultimate
Definition: NodeQCFI.H:208
DisjointBoxLayout m_grids
Definition: NodeQCFI.H:183
Vector< LayoutData< NodeCFIVS > *> m_loCFIVScoarser
Definition: NodeQCFI.H:228
void(* NodeBCFunc)(NodeFArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous)
Definition: NodeBCFunc.H:23
void setVerbose(bool a_verbose)
double Real
Definition: REAL.H:33
int m_ncomp
Definition: NodeQCFI.H:187
A BoxLayout that has a concept of disjointedness.
Definition: DisjointBoxLayout.H:31
bool m_isDefined
Definition: NodeQCFI.H:200
int m_coarsenings
Definition: NodeQCFI.H:196
ProblemDomain m_domainPenultimate
Definition: NodeQCFI.H:212
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:465
int m_refToCoarse
Definition: NodeQCFI.H:191
Vector< LayoutData< NodeCFIVS > *> m_hiCFIVScoarser
Definition: NodeQCFI.H:233