Chombo + EB  3.2
Public Member Functions | Protected Attributes | List of all members
EBAMRPoissonOp::StencilIndex Class Reference

#include <EBAMRPoissonOp.H>

Public Member Functions

 StencilIndex (VolIndex &a_vof, int &a_phase)
 
 StencilIndex ()
 
StencilIndexoperator= (const StencilIndex &a_sin)
 
VolIndex vof () const
 
int phase () const
 
bool operator!= (const StencilIndex &a_sin) const
 

Protected Attributes

VolIndex m_vof
 
int m_phase
 

Detailed Description

dump stencil as matrix to stdout

Constructor & Destructor Documentation

◆ StencilIndex() [1/2]

EBAMRPoissonOp::StencilIndex::StencilIndex ( VolIndex a_vof,
int &  a_phase 
)
inline

References m_phase, and m_vof.

◆ StencilIndex() [2/2]

EBAMRPoissonOp::StencilIndex::StencilIndex ( )
inline

References MayDay::Error().

Member Function Documentation

◆ operator=()

StencilIndex& EBAMRPoissonOp::StencilIndex::operator= ( const StencilIndex a_sin)
inline

References m_phase, and m_vof.

◆ vof()

VolIndex EBAMRPoissonOp::StencilIndex::vof ( ) const
inline

◆ phase()

int EBAMRPoissonOp::StencilIndex::phase ( ) const
inline

◆ operator!=()

bool EBAMRPoissonOp::StencilIndex::operator!= ( const StencilIndex a_sin) const
inline

References m_phase, and m_vof.

Member Data Documentation

◆ m_vof

VolIndex EBAMRPoissonOp::StencilIndex::m_vof
protected

◆ m_phase

int EBAMRPoissonOp::StencilIndex::m_phase
protected

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