40#ifndef Foam_noDecomp_H
41#define Foam_noDecomp_H
74 explicit noDecomp(
const label numDomains);
A packed storage of objects of type <T> using an offset table for access.
static const Field< scalar > & null() noexcept
decompositionMethod(const label numDomains)
Construct with specified number of domains, no coefficients or constraints.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void operator=(const noDecomp &)=delete
No copy assignment.
virtual ~noDecomp()=default
Destructor.
virtual bool parallelAware() const
Does not care about proc boundaries.
TypeNameNoDebug("none")
Runtime type information.
noDecomp(const noDecomp &)=delete
No copy construct.
virtual labelList decompose(const pointField &points, const scalarField &pointWeights_unused=scalarField::null()) const
Return for every coordinate the wanted processor number.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vectorField pointField
pointField is a vectorField.
#define TypeNameNoDebug(TypeNameString)
Declare a ClassNameNoDebug() with extra virtual type info.