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 | |
ComponentFunctionFace (typename ApplyToComponentType< T >::type(*func)(typename ApplyToComponentType< T >::type), unsigned face, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
void | apply (Field< T, D, M, C > &) |
BCondBase< T, D, M, C > * | clone () const |
virtual void | write (std::ostream &out) const |
![]() | |
BCondBase (unsigned int face, int i=allComponents, int j=allComponents) | |
virtual | ~BCondBase () |
int | getComponent () const |
unsigned int | getFace () const |
bool | changesPhysicalCells () const |
![]() | |
RefCounted () | |
Public Attributes | |
ApplyToComponentType< T >::type(* | Func )(typename ApplyToComponentType< T >::type) |
![]() | |
int | RefCount |
Additional Inherited Members | |
![]() | |
static int | allComponents = -9999 |
![]() | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
typedef BCondBase<T,D,M,C> ComponentFunctionFace< T, D, M, C >::BCondBaseTDMC |
ComponentFunctionFace< T, D, M, C >::ComponentFunctionFace | ( | typename ApplyToComponentType< T >::type(*)(typename ApplyToComponentType< T >::type) | func, |
unsigned | face, | ||
int | i = BCondBaseTDMC::allComponents , |
||
int | j = BCondBaseTDMC::allComponents |
||
) |
|
virtual |
Implements BCondBase< T, D, M, C >.
Definition at line 5018 of file BCond.hpp.
References ComponentFunctionFaceBCApply().
|
inlinevirtual |
Implements BCondBase< T, D, M, C >.
|
virtual |
Reimplemented from BCondBase< T, D, M, C >.
ApplyToComponentType<T>::type(* ComponentFunctionFace< T, D, M, C >::Func)(typename ApplyToComponentType< T >::type) |
Definition at line 734 of file BCond.h.
Referenced by ComponentFunctionFaceBCApply().