From a1fe76e7495eb04f04c1970a6467a9dcebd35f27 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 26 Mar 2019 08:27:33 +0100 Subject: [PATCH] STYLE: add 'coeffs' to annotated decomposeParDict --- etc/caseDicts/annotated/decomposeParDict | 28 ++++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/etc/caseDicts/annotated/decomposeParDict b/etc/caseDicts/annotated/decomposeParDict index 2b10b7b053..6143a89ab9 100644 --- a/etc/caseDicts/annotated/decomposeParDict +++ b/etc/caseDicts/annotated/decomposeParDict @@ -53,11 +53,10 @@ regions } -// Coefficients for the decomposition method are either as a -// general "coeffs" dictionary or method-specific "Coeffs". +// Coefficients for the decomposition method are either as a general +// "coeffs" dictionary or method-specific "Coeffs". // For multiLevel, using multiLevelCoeffs only. - multiLevelCoeffs { // multiLevel decomposition methods to apply in turn. @@ -70,12 +69,12 @@ multiLevelCoeffs level0 { numberOfSubdomains 16; - method scotch; + method scotch; } level1 { numberOfSubdomains 2; - method scotch; + method scotch; coeffs { n (2 1 1); @@ -85,8 +84,8 @@ multiLevelCoeffs level2 { numberOfSubdomains 8; - // method simple; - method scotch; + // method simple; + method scotch; } } @@ -107,17 +106,22 @@ multiLevelCoeffs // Other example coefficients +coeffs +{ + n (2 1 1); +} + simpleCoeffs { - n (2 1 1); - // delta 0.001; //< default value = 0.001 + n (2 1 1); + // delta 0.001; //< default value = 0.001 } hierarchicalCoeffs { - n (1 2 1); - // delta 0.001; //< default value = 0.001 - // order xyz; //< default order = xyz + n (1 2 1); + // delta 0.001; //< default value = 0.001 + // order xyz; //< default order = xyz } metisCoeffs