![]() |
|
Public Member Functions | |
TypeName ("basePatch") | |
Runtime type information. | |
tetPolyPatchCellDecomp (const tetPolyBoundaryMeshCellDecomp &bm) | |
virtual | ~tetPolyPatchCellDecomp () |
virtual const word & | name () const =0 |
Return name. | |
virtual label | size () const =0 |
Return size. | |
virtual label | nFaces () const =0 |
Return number of faces. | |
virtual label | index () const =0 |
Return the index of this patch in the tetPolyBoundaryMeshCellDecomp. | |
const tetPolyBoundaryMeshCellDecomp & | boundaryMesh () const |
Return boundaryMesh reference. | |
virtual const labelList & | meshPoints () const =0 |
Return mesh points. | |
virtual const vectorField & | localPoints () const =0 |
Return mesh points. | |
virtual const vectorField & | pointNormals () const =0 |
Return point normals. | |
virtual triFaceList | faceTriangles (const label faceID) const =0 |
Face decomposition into triangle. | |
virtual faceList | triFaces () const =0 |
Return complete list of faces. All are triangles. | |
virtual void | updateMesh () |
|
Definition at line 89 of file tetPolyPatchCellDecomp.H. |
|
Definition at line 99 of file tetPolyPatchCellDecomp.H. References Foam::label. |
|
Return boundaryMesh reference.
Definition at line 118 of file tetPolyPatchCellDecomp.H. References Foam::faceList, Foam::triFaceList, and Foam::vectorField. |
|
Face decomposition into triangle. Used for implementation of FEM boundary conditions Implemented in globalProcessorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return the index of this patch in the tetPolyBoundaryMeshCellDecomp.
Implemented in globalProcessorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return mesh points.
Implemented in globalProcessorTetPolyPatchCellDecomp, processorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return mesh points.
Implemented in globalProcessorTetPolyPatchCellDecomp, processorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return name.
Implemented in globalProcessorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return number of faces.
Implemented in globalProcessorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return point normals.
Implemented in globalProcessorTetPolyPatchCellDecomp, processorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return size.
Implemented in globalProcessorTetPolyPatchCellDecomp, processorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Return complete list of faces. All are triangles.
Implemented in globalProcessorTetPolyPatchCellDecomp, and faceTetPolyPatchCellDecomp. |
|
Runtime type information.
|
|
Reimplemented in globalProcessorTetPolyPatchCellDecomp. Definition at line 142 of file tetPolyPatchCellDecomp.H. |