The polyMesh GeoMesh for holding internal fields without an fvMesh. More...
#include <polyGeoMesh.H>


Public Member Functions | |
| polyGeoMesh (const polyMesh &mesh) | |
| Construct from polyMesh reference. | |
| label | size () const noexcept |
| The geometric (internal) mesh size - number of cells. | |
| Public Member Functions inherited from GeoMesh< polyMesh > | |
| GeoMesh (const polyMesh &mesh) | |
| Construct from mesh reference. | |
| bool | hasDb () const |
| Return true if thisDb() is a valid DB - here = false. | |
| const objectRegistry & | thisDb () const |
| Return the object registry. | |
| const polyMesh & | operator() () const |
| Return reference to the underlying mesh. | |
Static Public Member Functions | |
| static label | size (const polyMesh &mesh) noexcept |
| The geometric (internal) mesh size - number of cells. | |
| static label | boundary_size (const polyMesh &mesh) noexcept |
| The geometric boundary size - not used (internal fields only). | |
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. | |
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.
References GeoMesh< polyMesh >::GeoMesh(), and mesh.

|
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.
References mesh.
|
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_, Foam::noexcept, and size().
Referenced by size().

