OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <BCond.h>
Public Member Functions | |
PatchBC (unsigned face) | |
void | apply (Field< T, D, M, C > &) |
virtual void | applyPatch (typename Field< T, D, M, C >::iterator, const NDIndex< D > &)=0 |
virtual void | write (std::ostream &out) 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 |
virtual BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > * | clone () const=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 |
void PatchBC< T, D, M, C >::apply | ( | Field< T, D, M, C > & | A | ) |
Definition at line 6112 of file BCond.hpp.
References AddGuardCells(), BareField< T, Dim >::begin(), BareField< T, Dim >::begin_if(), BareField< T, Dim >::end_if(), LField< T, Dim >::getAllocated(), BareField< T, Dim >::getDomain(), BareField< T, Dim >::getGuardCellSizes(), LField< T, Dim >::getOwned(), NDIndex< Dim >::intersect(), BareField< T, Dim >::leftGuard(), max(), min(), BareField< T, Dim >::rightGuard(), BareFieldIterator< T, Dim >::SetCurrentLocation(), NDIndex< Dim >::touches(), and LField< T, Dim >::Uncompress().
|
pure virtual |
|
inlinevirtual |
Reimplemented from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >.
Definition at line 859 of file BCond.h.
References BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >::getFace().