#include <dynamicFvMesh/staticFvMesh.H>
Definition at line 49 of file staticFvMesh.H.
Public Member Functions | |
TypeName ("staticFvMesh") | |
Runtime type information.
| |
staticFvMesh (const IOobject &io) | |
Construct from IOobject.
| |
~staticFvMesh () | |
virtual bool | update () |
Dummy update function which does not change the mesh.
|
staticFvMesh | ( | const IOobject & | io ) |
Construct from IOobject.
Construct from objectRegistry, and read/write options.
Definition at line 43 of file staticFvMesh.C.
~staticFvMesh | ( | ) |
Definition at line 51 of file staticFvMesh.C.
TypeName | ( | "staticFvMesh" | ) |
Runtime type information.
bool update | ( | ) | [virtual]
|
Dummy update function which does not change the mesh.
Implements dynamicFvMesh.
Definition at line 57 of file staticFvMesh.C.