|
| template<class GeoField > |
| static void | readField (const IOobject &io, const typename GeoField::Mesh &mesh, const label i, PtrList< GeoField > &fields) |
| | Generic mesh-based field reading. More...
|
| |
| template<class Type , template< class > class PatchField, class GeoMesh > |
| static void | readField (const IOobject &io, const typename GeoMesh::Mesh &mesh, const label i, PtrList< GeometricField< Type, PatchField, GeoMesh >> &fields) |
| | Definition of readField for GeometricFields only. More...
|
| |
| template<class Type , template< class > class PatchField, class GeoMesh > |
| static void | readFields (const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh >> &fields, const bool readOldTime) |
| | Read fields and store on the pointer list. More...
|
| |
| template<class Mesh , class GeoField > |
| static void | readFields (const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields) |
| | Read fields and hold on the pointer list. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const bitSet &haveMeshOnProc, const MeshSubsetter *subsetter, const typename GeoField::Mesh &mesh, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const boolUList &haveMeshOnProc, const MeshSubsetter *subsetter, const typename GeoField::Mesh &mesh, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const bitSet &haveMeshOnProc, const typename GeoField::Mesh &mesh, const autoPtr< MeshSubsetter > &subsetter, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const boolUList &haveMeshOnProc, const typename GeoField::Mesh &mesh, const autoPtr< MeshSubsetter > &subsetter, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const bitSet &haveMeshOnProc, const refPtr< fileOperation > &readHandler, const typename GeoField::Mesh &mesh, const autoPtr< MeshSubsetter > &subsetter, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
| template<class GeoField , class MeshSubsetter > |
| static void | readFields (const boolUList &haveMeshOnProc, const refPtr< fileOperation > &readHandler, const typename GeoField::Mesh &mesh, const autoPtr< MeshSubsetter > &subsetter, IOobjectList &allObjects, PtrList< GeoField > &fields, const bool deregister=false) |
| | Read volume/surface/point/area fields that may or may not exist on all processors. More...
|
| |
Definition at line 50 of file fieldsDistributor.H.