aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
commit140eaa74a9e30828636c5bedafbda6723db758de (patch)
treecedbd99a86b502626dbf50e279c98cbb3aa8d468 /interface.ccl
parent3a99f1362b3168a120a0ed5f37fceb2b036c3116 (diff)
Largely rewrite to work with mesh refinement.HEADmaster
As the actual work is now mostly done in the evolution code, this really only handles the symmetry condition on the x-axis.
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index f1df4ec..da70202 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,6 +2,7 @@
# $Header$
implements: cartoon2d
+inherits: grid
INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h
INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h
@@ -81,6 +82,15 @@ REQUIRES FUNCTION Boundary_SelectedGVs
private:
+CCTK_REAL coord type=GF
+{
+ rho
+ zero
+ rxx, ryy, rxy, ryx
+ sxx, syy, sxy, syx
+}
+
+
int excision_variables type=SCALAR
{
excision_active