OPAL (Object Oriented Parallel Accelerator Library)
2.2.0
OPAL
|
#include <BCond.h>
Public Types | |
typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
Public Member Functions | |
ExtrapolateAndZeroFace (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 |
virtual void | write (std::ostream &) 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 () | |
Protected Attributes | |
T | Offset |
T | Slope |
![]() | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
Additional Inherited Members | |
![]() | |
int | RefCount |
![]() | |
static int | allComponents = -9999 |
typedef BCondBase<T,D,M,C> ExtrapolateAndZeroFace< T, D, M, C >::BCondBaseTDMC |
ExtrapolateAndZeroFace< T, D, M, C >::ExtrapolateAndZeroFace | ( | unsigned | f, |
T | o, | ||
T | s, | ||
int | i = BCondBaseTDMC::allComponents , |
||
int | j = BCondBaseTDMC::allComponents |
||
) |
|
virtual |
Implements BCondBase< T, D, M, C >.
Definition at line 3637 of file BCond.hpp.
References ExtrapolateAndZeroFaceBCApply().
|
inlinevirtual |
Implements BCondBase< T, D, M, C >.
|
inline |
Definition at line 498 of file BCond.h.
References ExtrapolateAndZeroFace< T, D, M, C >::Offset.
Referenced by ExtrapolateAndZeroFaceBCApply2().
|
inline |
Definition at line 499 of file BCond.h.
References ExtrapolateAndZeroFace< T, D, M, C >::Slope.
Referenced by ExtrapolateAndZeroFaceBCApply2().
|
virtual |
Reimplemented from BCondBase< T, D, M, C >.
Reimplemented in ZeroGuardsAndZeroFace< T, D, M, C >, and NegReflectAndZeroFace< T, D, M, C >.
|
protected |
Definition at line 502 of file BCond.h.
Referenced by ExtrapolateAndZeroFace< T, D, M, C >::getOffset().
|
protected |
Definition at line 502 of file BCond.h.
Referenced by ExtrapolateAndZeroFace< T, D, M, C >::getSlope().