aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy/param.ccl
blob: d48df8cff13c2ee32a1804156e157ce8f59b6728 (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: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/param.ccl,v 1.2 2001/03/21 22:57:40 eschnett Exp $

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