polyGeoMesh Class Reference

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

Inheritance diagram for polyGeoMesh:
Collaboration diagram for polyGeoMesh:

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 objectRegistrythisDb () const
 Return the object registry. More...
 
const polyMeshoperator() () 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 polyMeshmesh_
 Reference to Mesh. More...
 

Detailed Description

The polyMesh GeoMesh for holding internal fields without an fvMesh.

Definition at line 42 of file polyGeoMesh.H.

Constructor & Destructor Documentation

◆ polyGeoMesh()

polyGeoMesh ( const polyMesh mesh)
inlineexplicit

Construct from polyMesh reference.

Definition at line 53 of file polyGeoMesh.H.

Member Function Documentation

◆ size() [1/2]

static label size ( const polyMesh 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.

◆ boundary_size()

static label boundary_size ( const polyMesh 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.

◆ size() [2/2]

label size ( ) const
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_.


The documentation for this class was generated from the following file: