Mushy Layer
1.0
|
class to determine coarse-fine validity info More...
#include <Mask.H>
Public Types | |
enum | cellType { maskCovered = -2, maskPhysical = -1, maskCopy = 0, maskCoarse = 1 } |
Cell type. | |
Public Member Functions | |
void | buildMask (BaseFab< int > &a_mask, const ProblemDomain &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
Build mask. | |
void | buildMasks (LevelData< BaseFab< int > > &a_masks, const ProblemDomain &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
Build masks. | |
void | buildMask (BaseFab< int > &a_mask, const Box &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
deprecated interface | |
void | buildMasks (LevelData< BaseFab< int > > &a_masks, const Box &a_dProblem, const BoxLayout &a_grids, const BoxLayout *a_fineGridsPtr=NULL, int a_nRefFine=-1) |
deprecated interface | |
class to determine coarse-fine validity info