new decomposition option

This commit is contained in:
mattijs
2009-04-23 18:30:26 +01:00
parent 2bb5e90fb6
commit dd0da3a3f5

View File

@ -22,8 +22,9 @@ numberOfSubdomains 4;
//- Keep owner and neighbour on same processor for faces in zones: //- Keep owner and neighbour on same processor for faces in zones:
// preserveFaceZones (heater solid1 solid3); // preserveFaceZones (heater solid1 solid3);
method simple; method scotch;
// method hierarchical; // method hierarchical;
// method simple;
// method metis; // method metis;
// method manual; // method manual;
@ -53,6 +54,9 @@ metisCoeffs
*/ */
} }
scotchCoeffs
{}
manualCoeffs manualCoeffs
{ {
dataFile "decompositionData"; dataFile "decompositionData";