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 |
| Return size. More... | |
Public Member Functions inherited from GeoMesh< polyMesh > | |
| GeoMesh (const polyMesh &mesh) | |
| Construct from MESH. 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 polyMesh. More... | |
Static Public Member Functions | |
| static label | size (const polyMesh &mesh) |
| Return size. 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 48 of file polyGeoMesh.H.
|
inlineexplicit |
Construct from polyMesh reference.
Definition at line 57 of file polyGeoMesh.H.
|
inlinestatic |
|
inline |