|
|
|
MeshObject< Mesh, Type > Class Template ReferenceTemplated abstract base-class for dynamic mesh objects used to automate their allocation to the mesh database and the mesh-modifier event-loop. More...
Inheritance diagram for MeshObject< Mesh, Type >:
![]()
Collaboration diagram for MeshObject< Mesh, Type >:
![]()
Detailed Descriptiontemplate<class Mesh, class Type>
Templated abstract base-class for dynamic mesh objects used to automate their allocation to the mesh database and the mesh-modifier event-loop.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| MeshObject | ( | const Mesh & | mesh | ) | [inline, explicit] |
Definition at line 24 of file MeshObject.C.
| ~MeshObject | ( | ) | [inline, virtual] |
Definition at line 166 of file MeshObject.C.
| const Type & New | ( | const Mesh & | mesh | ) | [inline, static] |
Definition at line 43 of file MeshObject.C.
| const Type & New | ( | const Mesh & | mesh, | |
| const Data1 & | d | |||
| ) | [inline, static] |
Definition at line 61 of file MeshObject.C.
| const Type & New | ( | const Mesh & | mesh, | |
| const Data1 & | d1, | |||
| const Data2 & | d2 | |||
| ) | [inline, static] |
Definition at line 80 of file MeshObject.C.
| const Type & New | ( | const Mesh & | mesh, | |
| const Data1 & | d1, | |||
| const Data2 & | d2, | |||
| const Data3 & | d3 | |||
| ) | [inline, static] |
Definition at line 100 of file MeshObject.C.
| const Type & New | ( | const Mesh & | mesh, | |
| const Data1 & | d1, | |||
| const Data2 & | d2, | |||
| const Data3 & | d3, | |||
| const Data4 & | d4 | |||
| ) | [inline, static] |
Definition at line 121 of file MeshObject.C.
| bool Delete | ( | const Mesh & | mesh | ) | [inline, static] |
Definition at line 143 of file MeshObject.C.
| const Mesh& mesh | ( | ) | const [inline] |
| virtual bool writeData | ( | Foam::Ostream & | ) | const [inline, virtual] |
Pure virtual writaData function.
Must be defined in derived types
Implements regIOobject.
Definition at line 115 of file MeshObject.H.
const Mesh& mesh_ [protected] |
Definition at line 55 of file MeshObject.H.
Referenced by MeshObject< fvMesh, centredCPCCellToFaceStencilObject >::writeData().