Point field decomposer. More...
Classes | |
| class | patchFieldDecomposer |
| Point patch field decomposer class. More... | |
Public Member Functions | |
| pointFieldDecomposer (const pointMesh &completeMesh, const PtrList< fvMesh > &procMeshes, const labelListList &pointAddressing) | |
| Construct from components. More... | |
| pointFieldDecomposer (const pointFieldDecomposer &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~pointFieldDecomposer () | |
| Destructor. More... | |
| template<class Type > | |
| PtrList< PointField< Type > > | decomposeField (const IOobject &fieldIoObject) const |
| Read and decompose a field. More... | |
| template<class Type > | |
| void | decomposeFields (const IOobjectList &objects) |
| Read, decompose and write all fields. More... | |
| void | operator= (const pointFieldDecomposer &)=delete |
| Disallow default bitwise assignment. More... | |
| template<class Type > | |
| Foam::PtrList< Foam::PointField< Type > > | decomposeField (const IOobject &fieldIoObject) const |
Static Public Member Functions | |
| static bool | decomposes (const IOobjectList &objects) |
| Return whether anything in the object list gets decomposed. More... | |
Point field decomposer.
Definition at line 54 of file pointFieldDecomposer.H.
| pointFieldDecomposer | ( | const pointMesh & | completeMesh, |
| const PtrList< fvMesh > & | procMeshes, | ||
| const labelListList & | pointAddressing | ||
| ) |
Construct from components.
Definition at line 82 of file pointFieldDecomposer.C.
References pointMesh::boundary(), forAll, DemandDrivenMeshObject< polyMesh, RepatchableMeshObject, pointMesh >::New(), and UPtrList< T >::size().

|
delete |
Disallow default bitwise copy construction.
| ~pointFieldDecomposer | ( | ) |
Destructor.
Definition at line 126 of file pointFieldDecomposer.C.
|
static |
Return whether anything in the object list gets decomposed.
Definition at line 132 of file pointFieldDecomposer.C.
References DO_POINT_FIELDS_TYPE, and Foam::FOR_ALL_FIELD_TYPES().

| PtrList<PointField<Type> > decomposeField | ( | const IOobject & | fieldIoObject | ) | const |
Read and decompose a field.
| void decomposeFields | ( | const IOobjectList & | objects | ) |
Read, decompose and write all fields.
Definition at line 132 of file pointFieldDecomposerTemplates.C.
References Foam::endl(), fields, forAll, forAllConstIter, Foam::Info, Foam::nl, and objects.

|
delete |
Disallow default bitwise assignment.
| Foam::PtrList<Foam::PointField<Type> > decomposeField | ( | const IOobject & | fieldIoObject | ) | const |
Definition at line 34 of file pointFieldDecomposerTemplates.C.
References pointMesh::boundary(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), IOobject::db(), DimensionedField< Type, GeoMesh, PrimitiveField >::dimensions(), forAll, IOobject::MUST_READ, IOobject::name(), dimensioned< Type >::name(), Foam::name(), DemandDrivenMeshObject< polyMesh, RepatchableMeshObject, pointMesh >::New(), IOobject::NO_READ, IOobject::NO_WRITE, patchi, GeometricField< Type, GeoMesh, PrimitiveField >::primitiveField(), PtrList< T >::set(), UPtrList< T >::size(), and objectRegistry::time().
