OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include <BCond.h>
Public Types | |
typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
![]() | |
typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
Public Member Functions | |
NegReflectFace (unsigned f, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
virtual void | write (std::ostream &out) const |
![]() | |
ExtrapolateFace (unsigned f, T o, T s, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
virtual void | apply (Field< T, D, M, C > &) |
virtual BCondBase< T, D, M, C > * | clone () const |
const T & | getOffset () const |
const T & | getSlope () const |
![]() | |
BCondBase (unsigned int face, int i=allComponents, int j=allComponents) | |
virtual | ~BCondBase () |
int | getComponent () const |
unsigned int | getFace () const |
bool | changesPhysicalCells () const |
![]() | |
RefCounted () | |
Additional Inherited Members | |
![]() | |
int | RefCount |
![]() | |
static int | allComponents = -9999 |
![]() | |
T | Offset |
T | Slope |
![]() | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
typedef BCondBase<T,D,M,C> NegReflectFace< T, D, M, C >::BCondBaseTDMC |
|
inline |
|
virtual |
Reimplemented from ExtrapolateFace< T, D, M, C >.