aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-11-14 13:19:55 +0000
committerpollney <pollney@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-11-14 13:19:55 +0000
commitad38e65250a779b827586e44f7963969a182db65 (patch)
tree09b290fde34d8ef8d38da6acc96e2b82b1ec22be /interface.ccl
parentacf684447216dd5f57dc52c3e55f5e943df25463 (diff)
Implementation of the recently discussed spacemask spec. See the
doc/documentation.tex for details. The existing mask grid-function (emask) has been retained for the time being, until the excision related thorns can be brought up to date with the new interface. These thorns should see no change in their behaviour. In the meantime, the space_mask GF can be used simultaneously via the new interfaces. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@15 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl17
1 files changed, 11 insertions, 6 deletions
diff --git a/interface.ccl b/interface.ccl
index 81fb75a..70433bd 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -8,14 +8,19 @@ USES INCLUDE: Symmetry.h
public:
+CCTK_INT8 space_mask_group type=GF
+{
+ space_mask
+}
+
+#
+# The following emask GF is kept for the sake of compatibility with
+# the existing excision thorns. Once these are translated to the new
+# mask, this function will disappear. Please don't use it for
+# anything.
+#
real mask type = GF
{
emask
} "Mask"
-# Will be changed to:
-#INTEGER spacemasks TYPE=GF
-#{
-# space_mask
-# space_table_field
-#}