DeletableMeshObject< Mesh > Class Template Reference

MeshObject types: More...

Inheritance diagram for DeletableMeshObject< Mesh >:

Public Member Functions

template<class Type >
 DeletableMeshObject (Type &mo)
 
virtual ~DeletableMeshObject ()=default
 Virtual destructor to make class polymorphic. More...
 

Friends

class meshObjects
 The regIOobject reference is used by the meshObjects functions. More...
 

Detailed Description

template<class Mesh>
class Foam::DeletableMeshObject< Mesh >

MeshObject types:

  • DeletableMeshObject: mesh object to be deleted after any mesh change
  • MoveableMeshObject: mesh object to be updated after mesh motion otherwise deleted
  • DistributeableMeshObject mesh object to be updated after mesh redistribution or motion otherwise deleted
  • TopoChangeableMeshObject: mesh object to be updated after mesh topology change, mesh-to-mesh mapping, redistribution or motion otherwise deleted
  • RepatchableMeshObject: mesh object to be updated on patch or topology change, mesh-to-mesh mapping, redistribution or motion otherwise deleted

Definition at line 66 of file MeshObjects.H.

Constructor & Destructor Documentation

◆ DeletableMeshObject()

DeletableMeshObject ( Type &  mo)
inline

Definition at line 77 of file MeshObjects.H.

◆ ~DeletableMeshObject()

virtual ~DeletableMeshObject ( )
virtualdefault

Virtual destructor to make class polymorphic.

Friends And Related Function Documentation

◆ meshObjects

friend class meshObjects
friend

The regIOobject reference is used by the meshObjects functions.

Definition at line 72 of file MeshObjects.H.


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