aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl22
1 files changed, 22 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 6e26e97..1ff5f1f 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,5 +3,27 @@
IMPLEMENTS: Dissipation
+INHERITS: grid SphericalSurface
+
CCTK_INT FUNCTION MoLQueryEvolvedRHS (CCTK_INT IN EvolvedIndex)
REQUIRES FUNCTION MoLQueryEvolvedRHS
+
+CCTK_INT FUNCTION \
+ SymmetryTableHandleForGrid (CCTK_POINTER_TO_CONST IN cctkGH)
+USES FUNCTION SymmetryTableHandleForGrid
+
+CCTK_INT FUNCTION HorizonRadiusInDirection \
+ (CCTK_INT IN horizon_number, \
+ CCTK_INT IN N_points, \
+ CCTK_REAL IN ARRAY x, CCTK_REAL IN ARRAY y, CCTK_REAL IN ARRAY z, \
+ CCTK_REAL OUT ARRAY radius)
+USES FUNCTION HorizonRadiusInDirection
+
+
+
+PRIVATE:
+
+REAL epsdisA_group TYPE=gf
+{
+ epsdisA
+} "dissipation array for spatially different dissipation"