aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 10691a9e2bb951f56f6872be0299739c8f0facde (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Parameter definitions for thorn PETSc_Elliptic
# $Header$

shares: grid

USES KEYWORD domain ""
{
} 

shares: ellbase

USES KEYWORD elliptic_verbose ""
{
}

private:

KEYWORD petsc_verbose "PETSc verbose output"
{
"no"   :: "No output"
"yes"  :: "Some output"
"debug":: "Tons of output"
} "yes"

BOOLEAN petsc_reuse "Reuse parts of the PETSc structure"
{
} "no"

BOOLEAN petsc_coeff_to_one "Divide each line of the matrix by the central value?"
{
} "no"

STRING petsc_KSP_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
 "." ::
}"KSPBCGS" 

STRING petsc_PC_type "See the PETSc Manual, p 49 for options, or look at petsc_ell source"
{
 "." ::
} "PCJACOBI"

KEYWORD petsc_nablaform "PETSC nabla form"
{
  "up"      :: ""
  "down"    :: ""
} "down"



#FIXME At the moment we pass toltype explicitly from LinearEllitpic
#CCTK_INT PetscTolStyle "PETSc Tolerance flavors FIXME"
#{
# 0: :: ""
#} 0