TUT: remove unused default decomposition coeffs settings

This commit is contained in:
Mark Olesen
2018-12-13 14:04:50 +01:00
parent 2db0db3006
commit 9103b199b9
134 changed files with 44 additions and 382 deletions

View File

@ -21,8 +21,6 @@ method scotch;
//coeffs
//{
// n (3 2 1);
// delta 0.001;
// order xyz;
// dataFile "cellDecomposition";
//}

View File

@ -19,17 +19,9 @@ numberOfSubdomains 4;
method scotch;
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (2 2 1);
delta 0.001;
order xyz;
}
scotchCoeffs

View File

@ -21,9 +21,6 @@ method scotch;
coeffs
{
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
dataFile "decompositionData";
}
scotchCoeffs

View File

@ -21,11 +21,9 @@ numberOfSubdomains 4;
method hierarchical;
hierarchicalCoeffs
coeffs
{
n (1 4 1);
delta 0.001;
order xyz;
}

View File

@ -21,8 +21,6 @@ method scotch;
coeffs
{
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
// ************************************************************************* //

View File

@ -21,8 +21,6 @@ method scotch;
coeffs
{
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
// ************************************************************************* //

View File

@ -21,8 +21,6 @@ method simple;
coeffs
{
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
// ************************************************************************* //