Chombo + EB + MF
3.2
|
Class to describe a multi-block interpolation stencil. More...
#include <MBStencil.H>
Public Member Functions | |
MBStencil () | |
null constructor leaves object in undefined state. More... | |
MBStencil (RefCountedPtr< Vector< MBStencilElement > > a_vec) | |
virtual | ~MBStencil () |
destructor More... | |
virtual void | define (RefCountedPtr< Vector< MBStencilElement > > a_vec) |
const MBStencilElement & | operator[] (int a_ind) const |
MBStencilElement & | operator[] (int a_ind) |
int | size () const |
Protected Attributes | |
RefCountedPtr< Vector< MBStencilElement > > | m_vec |
stencil elements More... | |
Class to describe a multi-block interpolation stencil.
MBStencil::MBStencil | ( | ) |
null constructor leaves object in undefined state.
MBStencil::MBStencil | ( | RefCountedPtr< Vector< MBStencilElement > > | a_vec | ) |
Constructor.
|
virtual |
destructor
|
virtual |
|
inline |
References m_vec.
|
inline |
int MBStencil::size | ( | ) | const |
Referenced by operator[]().
|
protected |
stencil elements
Referenced by operator[]().