aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: f66201ad37d8e69ca3b8a5b4492a3b85741564dd (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
28
29
30
31
32
33
34
35
# Parameter definitions for thorn EllSOR
# $Header$

shares:grid

USES KEYWORD domain ""
{
}

shares:ellbase

USES KEYWORD elliptic_verbose ""
{
}

private:

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

KEYWORD sor_bound "Boundary condition to apply in SOR loop"
{
  "flat"     :: "flat / copying boundary conditions"
  "constant" :: "constant boundary conditions"
  "robin"    :: "Robin type boundary conditions"
} "flat"

KEYWORD sor_accel "Type of acceleration to use in SOR"
{
  "none"     :: "no acceleration (omega=1)"
  "const"    :: "constant acceleration (omega=1.8)"
  "cheb"    ::  "Chebyshev acceleration"
} "const"