

Public Member Functions | |
| template<class Type > | |
| DistributeableMeshObject (Type &mo) | |
| virtual void | distribute (const polyDistributionMap &map)=0 |
| Redistribute or update using the given distribution map. More... | |
Public Member Functions inherited from MoveableMeshObject< Mesh > | |
| template<class Type > | |
| MoveableMeshObject (Type &mo) | |
| virtual bool | movePoints ()=0 |
| Update for mesh motion. More... | |
Public Member Functions inherited from DeletableMeshObject< Mesh > | |
| template<class Type > | |
| DeletableMeshObject (Type &mo) | |
| virtual | ~DeletableMeshObject ()=default |
| Virtual destructor to make class polymorphic. More... | |
Definition at line 114 of file MeshObjects.H.
|
inline |
Definition at line 121 of file MeshObjects.H.
|
pure virtual |
Redistribute or update using the given distribution map.
Implemented in anisotropic< SolidThermophysicalTransportModel >, MaxwellStefan< BasicThermophysicalTransportModel >, MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, Fickian< BasicThermophysicalTransportModel >, Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >, zonesGenerator, Residuals< Type >, cpuLoad, cellEdgeAddressingList, pointMesh, twoDPointCorrector, parcelClouds, LagrangianModels, pointConstraints, fvModels, and fvConstraints.