aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-10 09:54:03 +0000
committerpollney <pollney@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-10 09:54:03 +0000
commitb5cb6c915077b883a637178a3a070b0dae739b83 (patch)
tree6aa06e1564a8a65b031e6bec7311760ac2c9e496 /param.ccl
parentc340c4d5674bf05cada2bb73fd0a04be6e354204 (diff)
Added "bitant_rotate" and "quadrant_reflect_rotate" domains for
systems which have a rotational symmetry. There are some notes describing these domains and the implementation in the doc directory: rotating_sym.tex Currently only works for a single processor. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@161 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 14 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 0b9e7b9..f17943a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -118,10 +118,12 @@ KEYWORD type "Grid type"
KEYWORD domain "Domain type"
{
- "octant" :: "Use an octant about the origin"
- "quadrant" :: "Use a quadrant in x-y plane"
- "bitant" :: "Use a bitant about the x-y plane"
- "full" :: "Use the full domain"
+ "octant" :: "Use an octant about the origin"
+ "quadrant" :: "Use a quadrant in x-y plane"
+ "quadrant_reflect_rotate" :: "Use a quadrant with rotation symmetry about an axis"
+ "bitant" :: "Use a bitant about the x-y plane"
+ "bitant_rotate" :: "Use a bitant with rotation symmetry about an axis"
+ "full" :: "Use the full domain"
} "full"
KEYWORD bitant_plane "Plane defining bitant domain"
@@ -138,6 +140,14 @@ KEYWORD quadrant_direction "Direction defining quadrant domain"
"z" :: "z-direction"
} "z"
+KEYWORD rotation_axis "Axis about which the rotation symmetry is to be applied"
+{
+ "x" :: "x-axis"
+ "y" :: "y-axis"
+ "z" :: "z-axis"
+} "z"
+
+
BOOLEAN symmetry_xmin "Symmetry boundary condition on lower x boundary"
{
: :: "Logical"