Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / mesh / moveDynamicMesh / circCylinder3d / system / decomposeParDict
blob4cf182b1bb1ce6e66ecb7f36cf7bbf2643c9e06b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      decomposeParDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 numberOfSubdomains 4;
19 method          metis;
21 tolerance       5e-16;
23 distributed     no;
25 simpleCoeffs
27     n           (1 1 1);
28     delta       0.001;
31 roots
35 // ************************************************************************* //