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

shares:grid

USES KEYWORD domain ""
{
}

shares:ellbase

USES KEYWORD elliptic_verbose ""
{
}

private:

CCTK_INT sor_maxit "Maximal number of iteration in the SOR loop"
{
0:* :: ""
} 100