aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetMG/param.ccl
blob: aba943937aede715c7959fc7a5dc1f17e3bb1cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Parameter definitions for thorn CarpetMG

BOOLEAN verbose "Produce log output while running" STEERABLE=always
{
} "no"

BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always
{
} "no"



STRING direct_solver "Direct solver for the coarsest grid"
{
  ".*" :: "must be a registered solver for TATelliptic"
} "TATJacobi"