mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: ptscotch: truncate decomposition back to correct number of cells. Fixes #642.
This commit is contained in:
@ -770,9 +770,9 @@ Foam::label Foam::ptscotchDecomp::decompose
|
||||
feenableexcept(oldExcepts);
|
||||
#endif
|
||||
|
||||
// See above note to have size 1. Undo.
|
||||
finalDecomp.setSize(xadjSize-1);
|
||||
|
||||
|
||||
//finalDecomp.setSize(xadjSize-1);
|
||||
//check
|
||||
//(
|
||||
// SCOTCH_dgraphPart
|
||||
|
||||
Reference in New Issue
Block a user