mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
committed by
Mark Olesen
parent
28c75d8d7d
commit
0b4ff45541
@ -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