FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      decomposeParDict;
}

numberOfSubdomains 4;

// The adapter is independent of the decomposition method, more advanced methods are known to work as well
method hierarchical;
hierarchicalCoeffs
{
    n (2 2 1);
    delta 0.001;
    order xyz;
}

distributed false;
roots
(
);

