aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 6dcb5d76e25e05361a9e3a2d053ebfcc83ede0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Parameter definitions for thorn pugh
# $Header$

public:

INTEGER nx "The size of the grid in the x direction"
{
    *:-1    :: "Fixed size of minus this per processor"
    1:*     :: "Grid of this size distributed across all processors"
} 10

INTEGER ny "The size of the grid in the y direction"
{
    *:-1    :: "Fixed size of minus this per processor"
    1:*     :: "Grid of this size distributed across all processors"
} 10

INTEGER nz "The size of the grid in the z direction"
{
    *:-1    :: "Fixed size of minus this per processor"
    1:*     :: "Grid of this size distributed across all processors"
} 10

INTEGER ghost_size "The width of the ghost zone"
{
    1:*     :: "Must be a positive integer"
} 1