Class holds all the necessary information for mapping fields associated with faMesh. More...
Public Member Functions | |
| faMeshMapper (const faMesh &mesh, const mapPolyMesh &mpm) | |
| Construct from components. More... | |
| const faMesh & | mesh () const |
| Return reference to mesh. More... | |
| const objectRegistry & | thisDb () const |
| Return reference to objectRegistry storing fields. Can be. More... | |
| label | nOldPoints () const |
| Return number of old points. More... | |
| label | nOldEdges () const |
| Return number of old edges. More... | |
| label | nOldInternalEdges () const |
| Return number of old internal edges. More... | |
| label | nOldFaces () const |
| Return number of old faces. More... | |
| const labelList & | oldPatchSizes () const |
| Return old patch sizes. More... | |
| const labelList & | oldPatchStarts () const |
| Return old patch starts. More... | |
| const labelListList & | oldPatchEdgeFaces () const |
| Return old patch edgeFaces. More... | |
| const faAreaMapper & | areaMap () const |
| Return surface mapper. More... | |
| const faEdgeMapper & | edgeMap () const |
| Return edge mapper. More... | |
| const faBoundaryMeshMapper & | boundaryMap () const |
| Return boundary mapper. More... | |
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.
| faMeshMapper | ( | const faMesh & | mesh, |
| const mapPolyMesh & | mpm | ||
| ) |
Construct from components.
Definition at line 26 of file faMeshMapper.C.
|
inline |
Return reference to mesh.
Definition at line 158 of file faMeshMapper.H.
|
inline |
Return reference to objectRegistry storing fields. Can be.
removed once fields stored on pointMesh.
Definition at line 168 of file faMeshMapper.H.
References faMesh::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.