Inheritance diagram for boundaryIntegrationList:
Collaboration diagram for boundaryIntegrationList:Private Attributes | |
| const boundaryList & | boundaries_ |
Additional Inherited Members | |
Public Types inherited from ListPtr< boundaryIntegration > | |
| using | ListPtrType = ListPtr< boundaryIntegration > |
| using | listType = std::list< boundaryIntegration * > |
| using | iterator = typename listType::iterator |
| using | const_iterator = typename listType::const_iterator |
Static Public Member Functions inherited from ListPtr< boundaryIntegration > | |
| static uniquePtr< boundaryIntegration > | makeSafe (Args &&... args) |
Protected Member Functions inherited from ListPtr< boundaryIntegration > | |
| bool | copy (const ListPtrType &src) |
| boundaryIntegration * | ptr (size_t i) |
| const boundaryIntegration * | ptr (size_t i) const |
| auto | pos (size_t i) |
| auto | pos (size_t i) const |
Protected Attributes inherited from ListPtr< boundaryIntegration > | |
| std::list< boundaryIntegration * > | list_ |
Definition at line 16 of file boundaryIntegrationList.hpp.
| boundaryIntegrationList | ( | const pointStructure & | pStruct, |
| const word & | method, | ||
| integration & | intgrtn | ||
| ) |
Definition at line 4 of file boundaryIntegrationList.cpp.
References boundaryIntegrationList::boundaries_, boundaryIntegration::create(), pStruct, and ListPtr< boundaryIntegration >::set().
Here is the call graph for this function:
|
default |
| bool correct | ( | real | dt, |
| realx3PointField_D & | y, | ||
| realx3PointField_D & | dy | ||
| ) |
Definition at line 29 of file boundaryIntegrationList.cpp.
References pFlow::endl(), and fatalErrorInFunction.
Here is the call graph for this function:| bool correctPStruct | ( | real | dt, |
| pointStructure & | pStruct, | ||
| const realx3PointField_D & | vel | ||
| ) |
Definition at line 44 of file boundaryIntegrationList.cpp.
References pFlow::endl(), and fatalErrorInFunction.
Here is the call graph for this function:
|
private |
Definition at line 22 of file boundaryIntegrationList.hpp.
Referenced by boundaryIntegrationList::boundaryIntegrationList().