Private Attributes | |
const boundaryList & | boundaries_ |
Additional Inherited Members | |
![]() | |
using | ListPtrType = ListPtr< boundaryIntegration > |
using | listType = std::list< boundaryIntegration * > |
using | iterator = typename listType::iterator |
using | const_iterator = typename listType::const_iterator |
![]() | |
static uniquePtr< boundaryIntegration > | makeSafe (Args &&... args) |
![]() | |
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 |
![]() | |
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().
|
default |
bool correct | ( | real | dt, |
realx3PointField_D & | y, | ||
realx3PointField_D & | dy | ||
) |
Definition at line 29 of file boundaryIntegrationList.cpp.
References pFlow::endl(), and fatalErrorInFunction.
bool correctPStruct | ( | real | dt, |
pointStructure & | pStruct, | ||
const realx3PointField_D & | vel | ||
) |
Definition at line 44 of file boundaryIntegrationList.cpp.
References pFlow::endl(), and fatalErrorInFunction.
|
private |
Definition at line 22 of file boundaryIntegrationList.hpp.
Referenced by boundaryIntegrationList::boundaryIntegrationList().