Skip to content
Snippets Groups Projects
Commit b20b5d37 authored by mattijs's avatar mattijs
Browse files

ENH: decomposePar: corrected dictionaries

parent 959a2535
Branches
Tags
No related merge requests found
......@@ -69,8 +69,8 @@ structuredCoeffs
// Renumber in columns (depthFirst) or in layers
depthFirst true;
// Optional: reverse ordering
//reverse false;
// Reverse ordering
reverse false;
}
......
......@@ -119,7 +119,10 @@ structuredCoeffs
{
// Patches to do 2D decomposition on. Structured mesh only; cells have
// to be in 'columns' on top of patches.
patches (bottomPatch);
patches (movingWall);
// Method to use on the 2D subset
method scotch;
}
//// Is the case distributed? Note: command-line argument -roots takes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment