aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@1bf05452-ddb3-4880-bfa1-00436340132b>2003-05-05 11:58:09 +0000
committerschnetter <schnetter@1bf05452-ddb3-4880-bfa1-00436340132b>2003-05-05 11:58:09 +0000
commit7d957cbc6da68f0b6bc24065ee7ada778f688a70 (patch)
tree2f4a11db596e0664d8a575c0707c07c8f1f8e688 /interface.ccl
parent7e2caf1a266d0cef99ebf57b7bf451d47dc37457 (diff)
Initial coding of a thorn that provides periodic boundary conditions
that are independent of PUGH, i.e. that work with both PUGH and Carpet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@2 1bf05452-ddb3-4880-bfa1-00436340132b
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..c551dc3
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,9 @@
+# Interface definition for thorn Periodic
+# $Header$
+
+IMPLEMENTS: Periodic
+INHERITS: Slab
+
+INCLUDES HEADER: periodic.h IN Periodic.h
+
+USES INCLUDE HEADER: Slab.h