OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <BCond.h>
Public Types | |
typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
Public Member Functions | |
ComponentLinearExtrapolateFace (unsigned f, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
virtual void | apply (Field< T, D, M, C > &A) |
virtual BCondBase< T, D, M, C > * | clone () const |
virtual void | write (std::ostream &) const |
![]() | |
BCondBase (unsigned int face, int i=allComponents, int j=allComponents) | |
virtual | ~BCondBase () |
virtual void | apply (Field< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > &)=0 |
int | getComponent () const |
unsigned int | getFace () const |
bool | changesPhysicalCells () const |
![]() | |
RefCounted () | |
Additional Inherited Members | |
![]() | |
int | RefCount |
![]() | |
static int | allComponents |
![]() | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
typedef BCondBase<T,D,M,C> ComponentLinearExtrapolateFace< T, D, M, C >::BCondBaseTDMC |
|
inline |
|
virtual |
Definition at line 5930 of file BCond.hpp.
References ComponentLinearExtrapolateFaceBCApply().
|
inlinevirtual |
|
virtual |
Reimplemented from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >.