mappedPointPatch patch. More...


Public Member Functions | |
| TypeName (mappedPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| mappedPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
| Construct from polyPatch. More... | |
Public Member Functions inherited from facePointPatch | |
| TypeName (polyPatch::typeName_()) | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm)) | |
| facePointPatch (const polyPatch &, const pointBoundaryMesh &) | |
| Construct from polyPatch. More... | |
| virtual | ~facePointPatch () |
| Destructor. More... | |
| const polyPatch & | patch () const |
| Return the polyPatch. More... | |
| virtual const word & | name () const |
| Return name. More... | |
| virtual label | size () const |
| Return size. More... | |
| virtual label | index () const |
| Return the index of this patch in the pointBoundaryMesh. More... | |
| virtual bool | coupled () const |
| Return true if this patch field is coupled. More... | |
| virtual const labelList & | meshPoints () const |
| Return mesh points. More... | |
| virtual const pointField & | localPoints () const |
| Return pointField of points in patch. More... | |
| virtual const vectorField & | pointNormals () const |
| Return point unit normals. More... | |
Public Member Functions inherited from pointPatch | |
| TypeName ("basePatch") | |
| Runtime type information. More... | |
| pointPatch (const pointBoundaryMesh &bm) | |
| virtual | ~pointPatch () |
| Destructor. More... | |
| const pointBoundaryMesh & | boundaryMesh () const |
| Return boundaryMesh reference. More... | |
| virtual const word & | constraintType () const |
| Return the constraint type this pointPatch implements. More... | |
| virtual void | applyConstraint (const label pointi, pointConstraint &) const |
| Accumulate the effect of constraint direction of this patch. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from facePointPatch | |
| static autoPtr< facePointPatch > | New (const polyPatch &, const pointBoundaryMesh &) |
| Return a pointer to a new patch created on freestore from polyPatch. More... | |
Protected Member Functions inherited from facePointPatch | |
| virtual void | initGeometry (PstreamBuffers &) |
| Initialise the calculation of the patch geometry. More... | |
| virtual void | calcGeometry (PstreamBuffers &) |
| Calculate the patch geometry. More... | |
| virtual void | initMovePoints (PstreamBuffers &, const pointField &) |
| Initialise the patches for moving points. More... | |
| virtual void | movePoints (PstreamBuffers &, const pointField &) |
| Correct patches after moving points. More... | |
| virtual void | initUpdateMesh (PstreamBuffers &) |
| Initialise the update of the patch topology. More... | |
| virtual void | updateMesh (PstreamBuffers &) |
| Update of the patch topology. More... | |
Protected Attributes inherited from facePointPatch | |
| const polyPatch & | polyPatch_ |
| Reference to the underlying polyPatch. More... | |
|
inline |
Construct from polyPatch.
Definition at line 65 of file mappedPointPatch.H.
| TypeName | ( | mappedPolyPatch::typeName_() | ) |
Runtime type information.
1.8.11