|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <BCond.h>


Public Types | |
| 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 |
| virtual void | apply (Field< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > &) |
| virtual void | apply (Field< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > &)=0 |
| virtual BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > * | clone () const |
| const T & | getOffset () const |
| const T & | getSlope () const |
| int | getComponent () const |
| unsigned int | getFace () const |
| bool | changesPhysicalCells () const |
Public Attributes | |
| int | RefCount |
Static Public Attributes | |
| static int | allComponents |
Protected Attributes | |
| 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 |
|
virtualinherited |
|
pure virtualinherited |
|
inlineinherited |
|
inlinevirtualinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
virtual |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
Definition at line 21 of file RefCounted.h.
|
protectedinherited |