Public Member Functions | List of all members
genericPointPatch Class Reference

Substitute for unknown patches. Used for postprocessing when only basic polyPatch info is needed. More...

Inheritance diagram for genericPointPatch:
Inheritance graph
[legend]
Collaboration diagram for genericPointPatch:
Collaboration graph
[legend]

Public Member Functions

 TypeName (genericPolyPatch::typeName_())
 
 genericPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 
- Public Member Functions inherited from facePointPatch
 TypeName (polyPatch::typeName_())
 
 declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm))
 
 facePointPatch (const polyPatch &p, const pointBoundaryMesh &pm)
 
virtual ~facePointPatch ()=default
 
virtual const polyPatchpatch () const
 
virtual const wordname () const
 
virtual label size () const
 
virtual label index () const
 
virtual bool coupled () const
 
virtual const labelListmeshPoints () const
 
virtual const pointFieldlocalPoints () const
 
virtual const vectorFieldpointNormals () const
 
- Public Member Functions inherited from pointPatch
 TypeName ("basePatch")
 
 pointPatch (const pointBoundaryMesh &bm)
 
virtual ~pointPatch ()=default
 
const pointBoundaryMeshboundaryMesh () const
 
virtual const wordconstraintType () const
 
virtual void applyConstraint (const label pointi, pointConstraint &) const
 

Additional Inherited Members

- Static Public Member Functions inherited from facePointPatch
static autoPtr< facePointPatchNew (const polyPatch &, const pointBoundaryMesh &)
 
- Protected Member Functions inherited from facePointPatch
virtual void initGeometry (PstreamBuffers &)
 
virtual void calcGeometry (PstreamBuffers &)
 
virtual void initMovePoints (PstreamBuffers &, const pointField &)
 
virtual void movePoints (PstreamBuffers &, const pointField &)
 
virtual void initUpdateMesh (PstreamBuffers &)
 
virtual void updateMesh (PstreamBuffers &)
 
 facePointPatch (const facePointPatch &)=delete
 
void operator= (const facePointPatch &)=delete
 
- Protected Member Functions inherited from pointPatch
 pointPatch (const pointPatch &)=delete
 
void operator= (const pointPatch &)=delete
 
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 

Detailed Description

Substitute for unknown patches. Used for postprocessing when only basic polyPatch info is needed.

Source files

Definition at line 48 of file genericPointPatch.H.

Constructor & Destructor Documentation

◆ genericPointPatch()

genericPointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)
inline

Definition at line 63 of file genericPointPatch.H.

Member Function Documentation

◆ TypeName()

TypeName ( genericPolyPatch::typeName_()  )

The documentation for this class was generated from the following file: