|
| TypeInfoTemplate211 ("boundaryField","exit", T, memory_space::name()) |
|
| exitBoundaryField (const boundaryBase &boundary, const pointStructure &pStruct, InternalFieldType &internal) |
|
| add_vCtor (BoundaryFieldType, ExitBoundaryFieldType, boundaryBase) |
|
bool | hearChanges (real t, real dt, uint32 iter, const message &msg, const anyList &varList) override |
|
| TypeInfoTemplate211 ("boundaryField","none", T, memory_space::name()) |
|
| boundaryField (const boundaryBase &boundary, const pointStructure &pStruct, InternalFieldType &internal) |
|
| create_vCtor (boundaryField, boundaryBase,(const boundaryBase &boundary, const pointStructure &pStruct, InternalFieldType &internal),(boundary, pStruct, internal)) |
|
| add_vCtor (BoundaryFieldType, BoundaryFieldType, boundaryBase) |
|
bool | hearChanges (real t, real dt, uint32 iter, const message &msg, const anyList &varList) override |
|
InternalFieldType & | internal () |
|
const InternalFieldType & | internal () const |
|
word | fieldName () const |
|
word | name () const |
|
FieldAccessType | thisField () const |
|
FieldAccessType | mirrorField () const |
|
virtual ProcVectorType & | neighborProcField () |
|
virtual const ProcVectorType & | neighborProcField () const |
|
virtual void | fill (const T &val) |
|
| TypeInfo ("generalBoundary") |
|
| generalBoundary (const boundaryBase &boundary, const pointStructure &pStruct, const word &dataType, const word &option) |
|
| ~generalBoundary () override=default |
|
uint32 | thisBoundaryIndex () const |
|
uint32 | mirrorBoundaryindex () const |
|
auto | size () const |
|
auto | capacity () const |
|
auto | neighborProcSize () const |
|
int | neighborProcessorNo () const |
|
int | thisProcessorNo () const |
|
const auto & | boundary () const |
|
const auto & | indexList () const |
|
const auto & | mirrorBoundary () const |
|
const word & | boundaryName () const |
|
const word & | type () const |
|
const auto & | pStruct () const |
|
bool | isBoundaryMaster () const |
|
const Time & | time () const |
|
| observer (message msg) |
|
| observer (const subscriber *subscrbr, message msg) |
|
virtual | ~observer () |
|
void | subscribe (const subscriber *subscrbr, message msg) |
|
observer & | addEvent (message::EVENT event) |
|
bool | subscribed () const |
|
void | addToSubscriber (const subscriber *subscrbr, message msg) |
|
bool | addToSubscriber (const subscriber &subscriber) |
|
template<class T, class MemorySpace = void>
class pFlow::exitBoundaryField< T, MemorySpace >
Definition at line 29 of file exitBoundaryField.hpp.