11 #ifndef _GROWINBLOCK_H_ 12 #define _GROWINBLOCK_H_ 18 #include "NamespaceHeader.H" 55 #include "NamespaceFooter.H" 57 #endif // include guard
Grid metrics on and between levels.
int m_ghost
width of ghost layer
Definition: GrowInBlock.H:50
virtual Box operator()(const Box &a_inputBox)
GrowInBlock(LevelGridMetrics *a_levelGridMetricsPtr, int a_ghost)
Class that is given a base box in a MultiBlockCoordSys and returns the chunk of its halo to be filled...
Definition: GrowInBlock.H:21
LevelGridMetrics * m_levelGridMetricsPtr
Definition: GrowInBlock.H:52
Grid metrics for a level.
Definition: LevelGridMetrics.H:223
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:469