decompositionMethods: Added checks for multiple constraints
Multi-constraint load-balancing is only supported by the Zoltan rcb method and ParMETIS.
This commit is contained in:
@ -61,6 +61,24 @@ protected:
|
||||
PtrList<decompositionConstraint> constraints_;
|
||||
|
||||
|
||||
// Protected member functions
|
||||
|
||||
//- Return the number of weights per point
|
||||
label nWeights
|
||||
(
|
||||
const pointField& points,
|
||||
const scalarField& pointWeights
|
||||
) const;
|
||||
|
||||
//- Check the weights against the points
|
||||
// and return the number of weights per point
|
||||
label checkWeights
|
||||
(
|
||||
const pointField& points,
|
||||
const scalarField& pointWeights
|
||||
) const;
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
|
||||
Reference in New Issue
Block a user