11 #ifndef _MBSTENCILELEMENT_H_ 12 #define _MBSTENCILELEMENT_H_ 16 #include "NamespaceHeader.H" 97 #include "NamespaceFooter.H" 99 #endif // include guard
Real m_weight
weight of this cell in the stencil
Definition: MBStencilElement.H:66
bool operator==(const MBStencilElement &a_input) const
Class to describe a single element of a multi-block interpolation stencil.
Definition: MBStencilElement.H:20
MBStencilElement()
null constructor leaves object in undefined state.
const IntVect & cell() const
Definition: MBStencilElement.H:71
Real weight() const
Definition: MBStencilElement.H:85
int m_block
block containing this stencil cell
Definition: MBStencilElement.H:63
double Real
Definition: REAL.H:33
int block() const
Definition: MBStencilElement.H:78
void setWeight(Real a_weight)
Definition: MBStencilElement.H:92
An integer Vector in SpaceDim-dimensional space.
Definition: CHArray.H:42
IntVect m_cell
index of this stencil cell
Definition: MBStencilElement.H:60
virtual void define(const IntVect &a_cell, int a_block, Real a_weight=0.)