aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy/param.ccl
blob: 8a7f8b78397f5b477b4e9651d127fbb4aab78579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Parameter definitions for thorn SpaceTimeToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/param.ccl,v 1.1 2001/03/17 16:05:56 eschnett Exp $

private:
 
KEYWORD bound "Type of boundary condition to use"
{
  "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