ENH: sloshingTank2D: correct decomposeParDict. Fixes #913.

This commit is contained in:
mattijs
2018-07-04 17:18:06 +01:00
parent 989ee54bb1
commit e8c1ae3c16
4 changed files with 8 additions and 36 deletions

View File

@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //

View File

@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //

View File

@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //

View File

@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //