Foam::pointBoundaryMesh. More...
Public Member Functions | |
pointBoundaryMesh (const pointMesh &, const polyBoundaryMesh &) | |
const pointMesh & | mesh () const noexcept |
labelList | indices (const wordRe &matcher, const bool useGroups) const |
labelList | indices (const wordRes &matcher, const bool useGroups) const |
label | findPatchID (const word &patchName) const |
void | movePoints (const pointField &) |
void | updateMesh () |
labelList | findIndices (const wordRe &key, bool useGroups) const |
![]() | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
template<class CloneArg > | |
PtrList (const PtrList< T > &list, const CloneArg &cloneArgs) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
template<class INew > | |
PtrList (Istream &is, const INew &inew) | |
PtrList (Istream &is) | |
~PtrList () | |
template<class... Args> | |
PtrList< T > | clone (Args &&... args) const |
const T * | set (const label i) const |
void | clear () |
void | resize (const label newLen) |
void | setSize (const label newLen) |
template<class... Args> | |
void | emplace_append (Args &&... args) |
void | append (T *ptr) |
void | append (autoPtr< T > &ptr) |
void | append (autoPtr< T > &&ptr) |
void | append (std::unique_ptr< T > &&ptr) |
void | append (const refPtr< T > &ptr) |
void | append (const tmp< T > &ptr) |
template<class... Args> | |
autoPtr< T > | emplace (const label i, Args &&... args) |
autoPtr< T > | set (const label i, T *ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &&ptr) |
autoPtr< T > | set (const label i, std::unique_ptr< T > &&ptr) |
autoPtr< T > | set (const label i, const refPtr< T > &ptr) |
autoPtr< T > | set (const label i, const tmp< T > &ptr) |
autoPtr< T > | release (const label i) |
void | transfer (PtrList< T > &list) |
void | operator= (const PtrList< T > &list) |
void | operator= (PtrList< T > &&list) |
template<class T > | |
PtrList (PtrList< T > &list, bool reuse) | |
template<class T > | |
PtrList (const SLPtrList< T > &list) | |
template<class... Args> | |
Foam::PtrList< T > | clone (Args &&... args) const |
template<class T > | |
constexpr | PtrList () noexcept |
template<class T > | |
PtrList (const label len) | |
template<class T > | |
PtrList (const PtrList< T > &list) | |
template<class T > | |
PtrList (PtrList< T > &&list) | |
template<class T > | |
PtrList (UList< T * > &list) | |
template<class... Args> | |
Foam::autoPtr< T > | emplace (const label i, Args &&... args) |
template<class T > | |
PtrList (Istream &is) | |
Friends | |
class | pointMesh |
Additional Inherited Members | |
![]() | |
template<class INew > | |
void | readIstream (Istream &is, const INew &inew) |
void | free () |
Definition at line 52 of file pointBoundaryMesh.H.
pointBoundaryMesh | ( | const pointMesh & | m, |
const polyBoundaryMesh & | basicBdry | ||
) |
Definition at line 33 of file pointBoundaryMesh.C.
References forAll, Foam::New(), and PtrList::set().
|
inlinenoexcept |
Definition at line 93 of file pointBoundaryMesh.H.
Referenced by motionSmootherAlgo::curPoints(), pointBoundaryMesh::findPatchID(), pointFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer(), and lumpedPointDisplacementPointPatchVectorField::points0().
Foam::labelList indices | ( | const wordRe & | matcher, |
const bool | useGroups | ||
) | const |
Definition at line 58 of file pointBoundaryMesh.C.
References mesh.
Referenced by pointBoundaryMesh::findIndices().
Foam::labelList indices | ( | const wordRes & | matcher, |
const bool | useGroups | ||
) | const |
Definition at line 68 of file pointBoundaryMesh.C.
References mesh.
Foam::label findPatchID | ( | const word & | patchName | ) | const |
Definition at line 77 of file pointBoundaryMesh.C.
References pointBoundaryMesh::mesh().
void movePoints | ( | const pointField & | p | ) |
Definition at line 129 of file pointBoundaryMesh.C.
References UPstream::blocking, UPstream::defaultCommsType, PstreamBuffers::finishedSends(), forAll, polyMesh::globalData(), init(), mesh, UPstream::nonBlocking, p, ProcessorTopology< Container, ProcPatch >::patchSchedule(), and UPstream::scheduled.
void updateMesh | ( | ) |
Definition at line 175 of file pointBoundaryMesh.C.
References UPstream::blocking, UPstream::defaultCommsType, PstreamBuffers::finishedSends(), forAll, polyMesh::globalData(), init(), mesh, UPstream::nonBlocking, ProcessorTopology< Container, ProcPatch >::patchSchedule(), and UPstream::scheduled.
Definition at line 121 of file pointBoundaryMesh.H.
References pointBoundaryMesh::indices(), and Foam::glTF::key().
|
friend |
Definition at line 77 of file pointBoundaryMesh.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.