Chombo + EB + MF
3.2
|
Class to describe a single element of a multi-block interpolation stencil. More...
#include <MBStencilElement.H>
Public Member Functions | |
MBStencilElement () | |
null constructor leaves object in undefined state. More... | |
MBStencilElement (const IntVect &a_cell, int a_block, Real a_weight=0.) | |
virtual void | define (const IntVect &a_cell, int a_block, Real a_weight=0.) |
bool | operator== (const MBStencilElement &a_input) const |
const IntVect & | cell () const |
int | block () const |
Real | weight () const |
void | setWeight (Real a_weight) |
Protected Attributes | |
IntVect | m_cell |
index of this stencil cell More... | |
int | m_block |
block containing this stencil cell More... | |
Real | m_weight |
weight of this cell in the stencil More... | |
Class to describe a single element of a multi-block interpolation stencil.
MBStencilElement::MBStencilElement | ( | ) |
null constructor leaves object in undefined state.
Constructor.
|
virtual |
bool MBStencilElement::operator== | ( | const MBStencilElement & | a_input | ) | const |
|
inline |
References m_block.
|
protected |
block containing this stencil cell
Referenced by block().
|
protected |
weight of this cell in the stencil
Referenced by setWeight(), and weight().