aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2003-06-12 09:24:40 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2003-06-12 09:24:40 +0000
commit74bbad1a068191bdc4b1c6bd792eb0f8c9716d58 (patch)
tree92a1f055bdb3a81fd4be68c0decf7aa56ed78e13 /interface.ccl
parent4348d097c65b8dc034203603407b557096633807 (diff)
Added an integer grid function NaNChecker::NaNmask which is used as a bitmask
to mark locations of NaNs found in grid functions. The mask is output as an HDF5 file and can then be visualized in OpenDX. Setting the mask and outputting it is activated by default. It can be switched off with NaNChecker::out_NaNmask = "no". git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@39 ff385933-4943-42dc-877b-ffc776028de6
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 495a949..b65bb8e 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,3 +4,10 @@
implements: NaNChecker
INCLUDES HEADER: NaNCheck.h in NaNChecker.h
+
+private:
+
+INT NaNmask_group TYPE = GF
+{
+ NaNmask
+} "Grid function mask for NaN locations"