42 namespace decompositionMethods
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base class for decomposition.
Decomposition by walking out decomposition of patch cells mesh.
virtual ~structured()
Destructor.
structured(const dictionary &decompositionDict, const dictionary &methodDict)
Construct given the decomposition dictionary.
virtual labelList decompose(const polyMesh &mesh, const pointField &points, const scalarField &pointWeights)
Return for every coordinate the wanted processor number. Use the.
TypeName("structured")
Runtime type information.
void operator=(const structured &)=delete
Disallow default bitwise assignment.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh consisting of general polyhedral cells.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)