aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/interface.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-02-18 14:12:00 +0000
committerschnetter <>2004-02-18 14:12:00 +0000
commit6437463212aabc053194e7b200de37f60eb1b85b (patch)
treeef01cecbd2a161363a049b970bcba4e3097b5a30 /Carpet/CarpetIOASCII/interface.ccl
parentae39a590322624742c090d21d71afce4bd053a81 (diff)
Add 0-dimensional ("point") output. This is necessary to output grid
Add 0-dimensional ("point") output. This is necessary to output grid scalars. Make the output triggering on all refinement levels be independent. Honour do_global_mode when outputting grid scalars and grid arrays. darcs-hash:20040218141229-07bb3-87d51a3ac71175ba7d190f45dd0d735e81ff0350.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/interface.ccl')
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl13
1 files changed, 8 insertions, 5 deletions
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 875c27690..a7376c5c5 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.8 2004/01/25 14:57:28 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.9 2004/02/18 15:12:29 schnetter Exp $
implements: IOASCII
@@ -18,7 +18,10 @@ uses include header: ggf.hh
# Vector groups don't work yet in Carpet
-#CCTK_INT next_output_iteration[3] TYPE=scalar
-#CCTK_REAL next_output_time[3] TYPE=scalar
-CCTK_INT next_output_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=3
-CCTK_REAL next_output_time TYPE=array DISTRIB=constant DIM=1 SIZE=3
+#CCTK_INT next_output_iteration[4] TYPE=scalar
+#CCTK_REAL next_output_time[4] TYPE=scalar
+#CCTK_INT this_iteration[4] TYPE=scalar
+
+CCTK_INT next_output_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=4
+CCTK_REAL next_output_time TYPE=array DISTRIB=constant DIM=1 SIZE=4
+CCTK_INT this_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=4