OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <BCond.h>
Public Types | |
typedef BCondBase< T, D, M, C > | Base_t |
Public Types inherited from PeriodicFace< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | |
typedef BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | BCondBaseTDMC |
Public Member Functions | |
ParallelPeriodicFace (unsigned f, int i=Base_t::allComponents, int j=Base_t::allComponents) | |
virtual void | apply (Field< T, D, M, C > &) |
virtual Base_t * | clone () const |
virtual void | write (std::ostream &out) const |
Public Member Functions inherited from PeriodicFace< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | |
PeriodicFace (unsigned f, int i=BCondBaseTDMC::allComponents, int j=BCondBaseTDMC::allComponents) | |
Public Member Functions inherited from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | |
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 |
Public Member Functions inherited from RefCounted | |
RefCounted () | |
Additional Inherited Members | |
Public Attributes inherited from RefCounted | |
int | RefCount |
Static Public Attributes inherited from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | |
static int | allComponents |
Protected Attributes inherited from BCondBase< T, D, UniformCartesian< D, double >, typename M::DefaultCentering > | |
int | m_component |
unsigned int | m_face |
bool | m_changePhysical |
typedef BCondBase<T,D,M,C> ParallelPeriodicFace< T, D, M, C >::Base_t |
|
inline |
|
virtual |
Reimplemented from PeriodicFace< T, D, UniformCartesian< D, double >, typename M::DefaultCentering >.
Definition at line 1314 of file BCond.hpp.
References AddGuardCells(), BrickExpression< Dim, LHS, RHS, OP >::apply(), BC_PARALLEL_PERIODIC_TAG, BC_TAG_CYCLE, LField< T, Dim >::begin(), BareField< T, Dim >::begin_if(), CalcParallelPeriodicDomain(), IpplInfo::Comm, COMM_ANY_NODE, BareField< T, Dim >::end_if(), endl(), BareField< T, Dim >::getDomain(), BareField< T, Dim >::getGuardCellSizes(), BareField< T, Dim >::getLayout(), IpplInfo::getNodes(), INFORM_ALL_NODES, LField< T, Dim >::IsCompressed(), TagMaker::next_tag(), PAssert, Communicate::receive_block(), Communicate::send(), Message::size(), Attrib::Legacy::Distribution::T, LField< T, Dim >::Uncompress(), and value_type().
|
inlinevirtual |
|
virtual |