aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetProlongateTest/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-11-04 10:57:26 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:36 +0000
commit95ce90a0da71248228a5c27584b7910f9bc47a65 (patch)
tree840c7352d74afcb01227b83f0e12677558140173 /CarpetExtra/CarpetProlongateTest/param.ccl
parent497d407e781b73eea64b41d6afa155b2b3daa2a7 (diff)
CarpetProlongateTest: New thorn to test prolongation operators
Diffstat (limited to 'CarpetExtra/CarpetProlongateTest/param.ccl')
-rw-r--r--CarpetExtra/CarpetProlongateTest/param.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/CarpetExtra/CarpetProlongateTest/param.ccl b/CarpetExtra/CarpetProlongateTest/param.ccl
new file mode 100644
index 000000000..e2c1c801d
--- /dev/null
+++ b/CarpetExtra/CarpetProlongateTest/param.ccl
@@ -0,0 +1,16 @@
+# Parameter definitions for thorn CarpetProlongateTest
+
+CCTK_INT power_x "Polynomial power of x coordinate"
+{
+ *:* :: ""
+} 0
+
+CCTK_INT power_y "Polynomial power of y coordinate"
+{
+ *:* :: ""
+} 0
+
+CCTK_INT power_z "Polynomial power of z coordinate"
+{
+ *:* :: ""
+} 0