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


Public Types | |
| typedef BCondBase< T, D, M, C > | BCondBaseTDMC |
Public Member Functions | |
| PeriodicFace (unsigned f, 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 &out) const |
| virtual void | apply (Field< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > &)=0 |
| int | getComponent () const |
| unsigned int | getFace () const |
| bool | changesPhysicalCells () const |
Public Attributes | |
| int | RefCount |
Static Public Attributes | |
| static int | allComponents |
Protected Attributes | |
| int | m_component |
| unsigned int | m_face |
| bool | m_changePhysical |
| typedef BCondBase<T,D,M,C> PeriodicFace< T, D, M, C >::BCondBaseTDMC |
| PeriodicFace< T, D, M, C >::PeriodicFace | ( | unsigned | f, |
| int | i = BCondBaseTDMC::allComponents, |
||
| int | j = BCondBaseTDMC::allComponents |
||
| ) |
|
virtual |
Reimplemented in ParallelPeriodicFace< T, D, M, C >.
Definition at line 474 of file BCond.hpp.
References PeriodicFaceBCApply().

|
pure virtualinherited |
|
inlineinherited |
|
inlinevirtual |
Implements BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >.
Reimplemented in ParallelPeriodicFace< T, D, M, C >.
|
inlineinherited |
|
inlineinherited |
|
virtual |
Reimplemented from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >.
Reimplemented in ParallelPeriodicFace< T, D, M, C >.
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
Definition at line 21 of file RefCounted.h.