aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy/param.ccl
blob: 0213a9f617f2d340b0ae5d7654f1f471e1eead18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Parameter definitions for thorn SpaceTimeToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/param.ccl,v 1.3 2001/08/26 13:59:49 schnetter Exp $

shares: hydrotoy

USES BOOLEAN hydrotoy_active

private:
 
KEYWORD bound "Type of boundary condition to use"
{
  "none"      :: "No boundary condition"
  "flat"      :: "Flat boundary condition"
  "radiation" :: "Radiation boundary condition"
  "robin"     :: "Robin boundary condition"
  "zero"      :: "Zero boundary condition"
} "zero"

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