aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-04-08 16:08:43 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-04-08 16:08:43 +0000
commit3185a4c67b74fab036f554d44ed0e5a2f0d69e60 (patch)
treeb185a305cfbe97fa07d2df349f8ece957c1fddc7 /schedule.ccl
parenta8d7329265efc3790dc8d5876d74ce24b4928b89 (diff)
A symmetry thorn with a 90 degree rotating symmetry. This is not yet
tested. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@2 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
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..d624033
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,12 @@
+# Schedule definitions for thorn RotatingSymmetry90
+# $Header$
+
+SCHEDULE Rot90_RegisterSymmetry IN SymmetryRegister
+{
+ LANG: C
+} "Register symmetry boundaries"
+
+SCHEDULE Rot90_ApplyBC IN BoundaryConditions
+{
+ LANG: C
+} "Apply 90 degree rotational symmetry boundary condition"