preservePatches option still needed for geometric decomposition options

This commit is contained in:
mattijs
2009-09-08 17:39:01 +01:00
parent 21ba33aad1
commit 0aa0114310
3 changed files with 46 additions and 2 deletions

View File

@ -22,6 +22,12 @@ numberOfSubdomains 4;
//- Keep owner and neighbour on same processor for faces in zones:
// preserveFaceZones (heater solid1 solid3);
//- Keep owner and neighbour on same processor for faces in patches:
// (makes sense only for cyclic patches)
//preservePatches (cyclic_left_right);
method scotch;
// method hierarchical;
// method simple;