Foam::pointBoundaryMesh. More...
#include <OpenFOAM/pointBoundaryMesh.H>
Definition at line 54 of file pointBoundaryMesh.H.
Public Member Functions | |
pointBoundaryMesh (const pointMesh &, const polyBoundaryMesh &) | |
Construct from polyBoundaryMesh.
| |
const pointMesh & | mesh () const |
Return the mesh reference.
| |
const globalPointPatch & | globalPatch () const |
Return reference to globalPointPatch.
| |
void | movePoints (const pointField &) |
Correct polyBoundaryMesh after moving points.
| |
void | updateMesh () |
Correct polyBoundaryMesh after topology update.
| |
Friends | |
class | pointMesh |
Declare friendship with pointMesh.
|
pointBoundaryMesh | ( | const pointMesh & | m, |
const polyBoundaryMesh & | basicBdry | ||
) |
Construct from polyBoundaryMesh.
Definition at line 34 of file pointBoundaryMesh.C.
References forAll, and PtrList< T >::set().
const pointMesh& mesh | ( | ) | const [inline]
|
Return the mesh reference.
Definition at line 95 of file pointBoundaryMesh.H.
Referenced by globalPointPatch::globalPointSize(), globalPointPatch::meshPoints(), and globalPointPatch::sharedPointAddr().
const Foam::globalPointPatch & globalPatch | ( | ) | const |
Return reference to globalPointPatch.
Definition at line 73 of file pointBoundaryMesh.C.
References Foam::abort(), Foam::FatalError, FatalErrorIn, forAll, and patches.
void movePoints | ( | const pointField & | p ) |
Correct polyBoundaryMesh after moving points.
Definition at line 97 of file pointBoundaryMesh.C.
void updateMesh | ( | ) |
Correct polyBoundaryMesh after topology update.
Definition at line 113 of file pointBoundaryMesh.C.
friend class pointMesh [friend]
|
Declare friendship with pointMesh.
Definition at line 79 of file pointBoundaryMesh.H.