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

shares: hydrotoy

USES BOOLEAN hydrotoy_active

private:
 
STRING bound "Type of boundary condition to use"
{
  ".*" :: "Must be a registered boundary condition"
} "Static"

CCTK_INT icn_iterations "Number of ICN iterations to take after the initial Euler step"
{
  0:* :: "Must not be negative"
} 1