22 #include "NamespaceHeader.H"    36           const int a_startComp = 0,
    38           const int a_numComp = 1);
    48              const int a_startComp = 0,
    50              const int a_numComp = 1);
    68           bool a_verbose = 
false);
    89           bool a_verbose = 
false);
   106              bool a_verbose = 
false);
   120              bool a_verbose = 
false);
   144           bool a_verbose = 
false);
   180           bool a_verbose = 
false);
   216           bool a_verbose = 
false);
   242           bool a_verbose = 
false);
   266           bool a_verbose = 
false);
   287           const int a_nRefFine,
   295           bool a_verbose = 
false);
   316           const int a_nRefFine,
   324           bool a_verbose = 
false);
   355           const int a_nRefFine,
   363           bool a_verbose = 
false);
   395           const int a_nRefFine,
   403           bool a_verbose = 
false);
   435           const int a_nRefFine,
   443           bool a_verbose = 
false);
   475           const int a_nRefFine,
   483           bool a_verbose = 
false);
   511           bool a_verbose = 
false);
   539           bool a_verbose = 
false);
   560              bool a_verbose = 
false);
   580              bool a_verbose = 
false);
   601              const int a_nRefFine,
   605              bool a_verbose = 
false);
   626              const int a_nRefFine,
   630              bool a_verbose = 
false);
   663              const int a_nRefFine,
   667              bool a_verbose = 
false);
   700              const int a_nRefFine,
   704              bool a_verbose = 
false);
   737              const int a_nRefFine,
   741              bool a_verbose = 
false);
   774              const int a_nRefFine,
   778              bool a_verbose = 
false);
   804              bool a_verbose = 
false);
   829              bool a_verbose = 
false);
   831 #include "NamespaceFooter.H" A class to facilitate interaction with physical boundary conditions. 
Definition: ProblemDomain.H:141
 
one dimensional dynamic array 
Definition: Vector.H:53
 
Data that maintains a one-to-one mapping of T to the boxes in a BoxLayout. 
Definition: BoxLayout.H:26
 
Real maxnorm(const NodeFArrayBox &a_nfab, const Box &a_subbox, const int a_startComp=0, const int a_numComp=1)
Computes max norm of a subbox of a NodeFArrayBox. 
 
Structure for passing component ranges in code. 
Definition: Interval.H:23
 
double Real
Definition: REAL.H:33
 
A BoxLayout that has a concept of disjointedness. 
Definition: DisjointBoxLayout.H:30
 
A Rectangular Domain on an Integer Lattice. 
Definition: Box.H:465
 
Real norm(const NodeFArrayBox &a_nfab, const Real a_dx, const Box &a_subbox, const int a_p, const int a_startComp=0, const int a_numComp=1)
Computes L^p norm of a subbox of a NodeFArrayBox. 
 
A wrapper for an FArrayBox to contain NODE-centered data. 
Definition: NodeFArrayBox.H:122