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

restricted:

KEYWORD evolution_method "The hydro evolution method"
{
  "none" :: "hydro variables are not evolved"
} "none"

INT timelevels "Number of time levels in evolution scheme"
{
  1:3 :: "FMR/AMR runs probably need 3. Otherwise use 2"
} 1

STRING prolongation_type "The prolongation operator used by Carpet for HydroBase variables"
{
  "ENO"  :: "Third order ENO operators; only third order is implemented"
  "WENO" :: "Fifth order WENO operators; only fifth order is implemented"
  ".*"   :: "Anything else"
} "ENO"