mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: ptscotchDecomp: get coeffs from scotchCoeffs instead of ptscotchCoeffs
This commit is contained in:
@ -401,10 +401,10 @@ Foam::label Foam::ptscotchDecomp::decompose
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Dump graph
|
// Dump graph
|
||||||
if (decompositionDict_.found("ptscotchCoeffs"))
|
if (decompositionDict_.found("scotchCoeffs"))
|
||||||
{
|
{
|
||||||
const dictionary& scotchCoeffs =
|
const dictionary& scotchCoeffs =
|
||||||
decompositionDict_.subDict("ptscotchCoeffs");
|
decompositionDict_.subDict("scotchCoeffs");
|
||||||
|
|
||||||
if (scotchCoeffs.lookupOrDefault("writeGraph", false))
|
if (scotchCoeffs.lookupOrDefault("writeGraph", false))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user