#include <source/patchdata/cell/CellVariable.h>
Inheritance diagram for SAMRAI::pdat::CellVariable< DIM, TYPE >:

Public Member Functions | |
| CellVariable (const string &name, int depth=1) | |
| virtual | ~CellVariable () |
| bool | fineBoundaryRepresentsVariable () const |
| bool | dataLivesOnPatchBorder () const |
[ l0 : u0 ,
l1 : u1 ,
l2 : u2 , d ]
*
|
||||||||||||||||
|
Create a cell variable object having properties specified by the name and depth (i.e., number of data values at each index location). A default depth of one is provided. |
|
|||||||||
|
Virtual destructor for cell variable objects. |
|
|||||||||
|
Return true so that the cell data quantities will always be treated as though fine values represent them on coarse-fine interfaces. Note that this is really artificial since the cell data index space matches the cell-centered index space for AMR patches. Thus, cell data does not live on patch borders and so there is no ambiguity reagrding coarse-fine interface values. Implements SAMRAI::hier::Variable< DIM >. |
|
|||||||||
|
Return false since the cell data index space matches the cell-centered index space for AMR patches. Thus, cell data does not live on patch borders. Implements SAMRAI::hier::Variable< DIM >. |
1.4.2