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);
172 bool a_inhomogeneous);
245 #include "NamespaceFooter.H" A class to facilitate interaction with physical boundary conditions.
Definition: ProblemDomain.H:141
Vector< NodeQuadCFInterp2 *> m_qcfi2
Definition: NodeQCFI.H:221
Class to interpolate quadratically at coarse/fine interface.
Definition: NodeQCFI.H:28
bool m_verbose
Definition: NodeQCFI.H:235
one dimensional dynamic array
Definition: Vector.H:53
NodeBCFunc m_bc
Definition: NodeQCFI.H:178
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:202
void coarseFineInterp(LevelData< NodeFArrayBox > &a_phiFine, const LevelData< NodeFArrayBox > &a_phiCoarse, bool a_inhomogeneous)
Vector< LevelData< NodeFArrayBox > *> m_inter
Definition: NodeQCFI.H:215
Real m_dxPenultimate
Definition: NodeQCFI.H:206
DisjointBoxLayout m_grids
Definition: NodeQCFI.H:181
Vector< LayoutData< NodeCFIVS > *> m_loCFIVScoarser
Definition: NodeQCFI.H:226
void(* NodeBCFunc)(NodeFArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous)
Definition: NodeBCFunc.H:22
void setVerbose(bool a_verbose)
double Real
Definition: REAL.H:33
int m_ncomp
Definition: NodeQCFI.H:185
A BoxLayout that has a concept of disjointedness.
Definition: DisjointBoxLayout.H:30
bool m_isDefined
Definition: NodeQCFI.H:198
int m_coarsenings
Definition: NodeQCFI.H:194
ProblemDomain m_domainPenultimate
Definition: NodeQCFI.H:210
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:469
int m_refToCoarse
Definition: NodeQCFI.H:189
Vector< LayoutData< NodeCFIVS > *> m_hiCFIVScoarser
Definition: NodeQCFI.H:231