The polyMesh GeoMesh for holding internal fields without an fvMesh. More...


Public Member Functions | |
| polyGeoMesh (const polyMesh &mesh) | |
| Construct from polyMesh reference. More... | |
| label | size () const noexcept |
| The geometric (internal) mesh size - number of cells. More... | |
Public Member Functions inherited from GeoMesh< polyMesh > | |
| GeoMesh (const polyMesh &mesh) | |
| Construct from mesh reference. More... | |
| bool | hasDb () const |
| Return true if thisDb() is a valid DB - here = false. More... | |
| const objectRegistry & | thisDb () const |
| Return the object registry. More... | |
| const polyMesh & | operator() () const |
| Return reference to the underlying mesh. More... | |
Static Public Member Functions | |
| static label | size (const polyMesh &mesh) noexcept |
| The geometric (internal) mesh size - number of cells. More... | |
| static label | boundary_size (const polyMesh &mesh) noexcept |
| The geometric boundary size - not used (internal fields only). More... | |
Additional Inherited Members | |
Public Types inherited from GeoMesh< polyMesh > | |
| typedef polyMesh | Mesh |
| typedef polyMesh ::BoundaryMesh | BoundaryMesh |
Protected Attributes inherited from GeoMesh< polyMesh > | |
| const polyMesh & | mesh_ |
| Reference to Mesh. More... | |
The polyMesh GeoMesh for holding internal fields without an fvMesh.
Definition at line 42 of file polyGeoMesh.H.
|
inlineexplicit |
Construct from polyMesh reference.
Definition at line 53 of file polyGeoMesh.H.
|
inlinestaticnoexcept |
The geometric (internal) mesh size - number of cells.
Method name expected by GeoMesh interface
Definition at line 66 of file polyGeoMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - not used (internal fields only).
Method name expected by GeoMesh interface
Definition at line 76 of file polyGeoMesh.H.
|
inlinenoexcept |
The geometric (internal) mesh size - number of cells.
Method name expected by GeoMesh interface
Definition at line 89 of file polyGeoMesh.H.
References GeoMesh< polyMesh >::mesh_.