mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
metisDecomp: Use real_t for processor weights
Based on patch contributed by Alexey Matveichev Resolves feature-request http://bugs.openfoam.org/view.php?id=2330
This commit is contained in:
@ -67,7 +67,7 @@ Foam::label Foam::metisDecomp::decompose
|
||||
|
||||
// Processor weights initialised with no size, only used if specified in
|
||||
// a file
|
||||
Field<scalar> processorWeights;
|
||||
Field<real_t> processorWeights;
|
||||
|
||||
// Cell weights (so on the vertices of the dual)
|
||||
List<label> cellWeights;
|
||||
|
||||
Reference in New Issue
Block a user