Chombo + EB + MF  3.2
List of all members
GrowInBlock Class Reference

Class that is given a base box in a MultiBlockCoordSys and returns the chunk of its halo to be filled in from a specified source block with a specified offset. More...

#include <GrowInBlock.H>

Inheritance diagram for GrowInBlock:
Inheritance graph
[legend]

Constructor, destructor, and defines.

int m_ghost
 width of ghost layer More...
 
LevelGridMetricsm_levelGridMetricsPtr
 
 GrowInBlock (LevelGridMetrics *a_levelGridMetricsPtr, int a_ghost)
 
virtual ~GrowInBlock ()
 
virtual Box operator() (const Box &a_inputBox)
 

Additional Inherited Members

- Public Member Functions inherited from BaseTransform
virtual ~BaseTransform ()
 apparently I have to declare this to make some compilers happy. More...
 

Detailed Description

Class that is given a base box in a MultiBlockCoordSys and returns the chunk of its halo to be filled in from a specified source block with a specified offset.

Constructor & Destructor Documentation

◆ GrowInBlock()

GrowInBlock::GrowInBlock ( LevelGridMetrics a_levelGridMetricsPtr,
int  a_ghost 
)

Constructor.

◆ ~GrowInBlock()

virtual GrowInBlock::~GrowInBlock ( )
virtual

destructor

Member Function Documentation

◆ operator()()

virtual Box GrowInBlock::operator() ( const Box a_inputBox)
virtual

Required for BaseTransform. Returns the Box consisting of the input box grown by m_radius, but cut off at physical boundaries.

Implements BaseTransform.

Member Data Documentation

◆ m_ghost

int GrowInBlock::m_ghost
protected

width of ghost layer

◆ m_levelGridMetricsPtr

LevelGridMetrics* GrowInBlock::m_levelGridMetricsPtr
protected

The documentation for this class was generated from the following file: