Class holds all the necessary information for mapping fields associated with faMesh. More...
#include <faMeshMapper.H>
Public Member Functions | |
| faMeshMapper (const faMeshMapper &)=delete | |
| No copy construct. | |
| void | operator= (const faMeshMapper &)=delete |
| No copy assignment. | |
| faMeshMapper (const faMesh &mesh, const mapPolyMesh &mpm) | |
| Construct from components. | |
| const faMesh & | mesh () const |
| Return reference to mesh. | |
| const objectRegistry & | thisDb () const |
| Return reference to objectRegistry storing fields. Can be. | |
| label | nOldPoints () const |
| Return number of old points. | |
| label | nOldEdges () const |
| Return number of old edges. | |
| label | nOldInternalEdges () const |
| Return number of old internal edges. | |
| label | nOldFaces () const |
| Return number of old faces. | |
| const labelList & | oldPatchSizes () const |
| Return old patch sizes. | |
| const labelList & | oldPatchStarts () const |
| Return old patch starts. | |
| const labelListList & | oldPatchEdgeFaces () const |
| Return old patch edgeFaces. | |
| const faAreaMapper & | areaMap () const |
| Return surface mapper. | |
| const faEdgeMapper & | edgeMap () const |
| Return edge mapper. | |
| const faBoundaryMeshMapper & | boundaryMap () const |
| Return boundary mapper. | |
Class holds all the necessary information for mapping fields associated with faMesh.
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 64 of file faMeshMapper.H.
|
delete |
No copy construct.
References faMeshMapper().
Referenced by faMeshMapper(), and operator=().


| faMeshMapper | ( | const faMesh & | mesh, |
| const mapPolyMesh & | mpm ) |
|
delete |
No copy assignment.
References faMeshMapper(), and mesh().

|
inline |
Return reference to mesh.
Definition at line 158 of file faMeshMapper.H.
Referenced by faMeshMapper(), and operator=().

|
inline |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 168 of file faMeshMapper.H.
References objectRegistry::thisDb().

|
inline |
Return number of old points.
Definition at line 179 of file faMeshMapper.H.
|
inline |
Return number of old edges.
Definition at line 187 of file faMeshMapper.H.
|
inline |
Return number of old internal edges.
Definition at line 195 of file faMeshMapper.H.
|
inline |
Return number of old faces.
Definition at line 203 of file faMeshMapper.H.
|
inline |
Return old patch sizes.
Definition at line 211 of file faMeshMapper.H.
|
inline |
Return old patch starts.
Definition at line 219 of file faMeshMapper.H.
|
inline |
Return old patch edgeFaces.
Definition at line 227 of file faMeshMapper.H.
Referenced by faMesh::updateMesh().

|
inline |
Return surface mapper.
Definition at line 238 of file faMeshMapper.H.
Referenced by faMesh::mapOldAreas(), and faMesh::updateMesh().

|
inline |
Return edge mapper.
Definition at line 246 of file faMeshMapper.H.
|
inline |
Return boundary mapper.
Definition at line 254 of file faMeshMapper.H.