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

KEYWORD radius_type "Norm defining the shape of the refined region" STEERABLE=always
{
  "diamond" :: "L_1 norm"
  "sphere"  :: "L_2 norm"
  "box"     :: "L_inf norm"
} "sphere"

CCTK_REAL min_radius "Minimum refinement radius" STEERABLE=always
{
  (0:* :: ""
} 1.0

CCTK_REAL max_radius "Maximum refinement radius" STEERABLE=always
{
  0:* :: ""
} 1.0