aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-04-08 16:08:20 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-04-08 16:08:20 +0000
commitd607f9cabeec9e670ffb0d058e8f1dbaaa14656c (patch)
tree58ef82d20e06d187959857196fc2af2675b135fb /schedule.ccl
parenteec815d1dd504d5658a3c552eae65fff1db31fc0 (diff)
A symmetry thorn with a 180 degree rotating symmetry. This will
replate PlanarPointSymmetry, which has a stupid name. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@2 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 12 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..1f341e6
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,12 @@
+# Schedule definitions for thorn RotatingSymmetry180
+# $Header$
+
+SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister
+{
+ LANG: C
+} "Register symmetry boundaries"
+
+SCHEDULE Rot180_ApplyBC IN BoundaryConditions
+{
+ LANG: C
+} "Apply 180 degree rotational symmetry boundary condition"