aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
committerallen <allen@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2000-07-12 11:45:36 +0000
commit94edf906d4ac38646501a0d614f04acb181f4aea (patch)
treee649e1ab8287e6abb33e4004911c6438aa786f93 /param.ccl
parent2269f3828402342c0917d187613916011161829e (diff)
Parameters for choosing 1D and 2D slices
New CCTK coordinate functions git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@136 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl67
1 files changed, 67 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index cc11993..bc0676f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -55,6 +55,43 @@ BOOLEAN reuse_filehandles "Reuse system file handles by pausing/resuming IEEEIO
} "no"
+############################
+# Specific to 2D output
+# Choosing what output to do
+############################
+CCTK_REAL out2D_yzplane_x "x-coord for 2D planes in yz"
+{
+ *:* :: ""
+} 0.0
+
+CCTK_REAL out2D_xzplane_y "y-coord for 2D planes in xz"
+{
+ *:* :: ""
+} 0.0
+
+CCTK_REAL out2D_xyplane_z "z-coord for 2D planes in xy"
+{
+ *:* :: ""
+} 0.0
+
+CCTK_INT out2D_xyplane_zi "z-index (from 0) for 2D planes in xy"
+{
+ -1:* :: ""
+} -1
+
+CCTK_INT out2D_xzplane_yi "y-index (from 0) for 2D planes in xz"
+{
+ -1:* :: ""
+} -1
+
+CCTK_INT out2D_yzplane_xi "x-index (from 0) for 2D planes in yz"
+{
+ -1:* :: ""
+} -1
+
+
+
+
#############################################################################
### import grid parameters
#############################################################################
@@ -86,6 +123,36 @@ USES INT out_every ""
: ::
}
+###########################
+# Which 2D slices to output
+###########################
+USES CCTK_REAL out_yzplane_x ""
+{
+: ::
+}
+USES CCTK_REAL out_xzplane_y ""
+{
+: ::
+}
+USES CCTK_REAL out_xyplane_z ""
+{
+: ::
+}
+USES CCTK_INT out_xyplane_zi ""
+{
+: ::
+}
+USES CCTK_INT out_xzplane_yi ""
+{
+: ::
+}
+USES CCTK_INT out_yzplane_xi ""
+{
+: ::
+}
+
+
+
################
# various things