Tutorials: updates to run with the latest developments

This commit is contained in:
Henry
2011-11-28 16:15:42 +00:00
parent df6459f74f
commit 70592ba210
10 changed files with 22 additions and 116 deletions

View File

@ -15,8 +15,15 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 4;
numberOfSubdomains 2;
method ptscotch;
method hierarchical;
hierarchicalCoeffs
{
n (2 1 1);
delta 0.001;
order xyz;
}
// ************************************************************************* //