|
| TypeInfo ("boundaryIntegration<none>") |
|
| boundaryIntegration (const boundaryBase &boundary, const pointStructure &pStruct, const word &method, integration &intgrtn) |
|
| ~boundaryIntegration () override=default |
|
| create_vCtor (boundaryIntegration, boundaryBase,(const boundaryBase &boundary, const pointStructure &pStruct, const word &method, integration &intgrtn),(boundary, pStruct, method, intgrtn)) |
|
| add_vCtor (boundaryIntegration, boundaryIntegration, boundaryBase) |
|
bool | hearChanges (real t, real dt, uint32 iter, const message &msg, const anyList &varList) override |
|
const integration & | Integration () const |
|
virtual bool | correct (real dt, const realx3PointField_D &y, const realx3PointField_D &dy) |
|
virtual bool | correctPStruct (real dt, const realx3PointField_D &vel) |
|
| 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) |
|
Definition at line 15 of file boundaryIntegration.hpp.