Loading...
Searching...
No Matches
polyGeoMesh Class Reference

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

#include <polyGeoMesh.H>

Inheritance diagram for polyGeoMesh:
Collaboration diagram for polyGeoMesh:

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

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.

References GeoMesh< polyMesh >::GeoMesh(), and mesh.

Here is the call graph for this function:

Member Function Documentation

◆ size() [1/2]

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()

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.

References mesh.

◆ 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_, Foam::noexcept, and size().

Referenced by size().

Here is the call graph for this function:
Here is the caller graph for this function:

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