aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@ff385933-4943-42dc-877b-ffc776028de6>2012-07-05 05:38:48 +0000
committerrhaas <rhaas@ff385933-4943-42dc-877b-ffc776028de6>2012-07-05 05:38:48 +0000
commitdcd4b784650012e353187ed20ca6fb2e55dbad09 (patch)
tree55c1dadddf6de554aefad30a743a86643f8f6423 /param.ccl
parent6cacd197c40ad1694ad71045fa0724fd0dc783e2 (diff)
Add options to use restriction mask to ignore unused points, output more
information about the failed points git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@103 ff385933-4943-42dc-877b-ffc776028de6
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2705545..01638ae 100644
--- a/param.ccl
+++ b/param.ccl
@@ -51,3 +51,14 @@ KEYWORD verbose "How much information to give" STEERABLE = ALWAYS
"all" :: "All information"
"standard" :: "Standard information"
} "standard"
+
+BOOLEAN ignore_restricted_points "do not check grid points whose values will be restricted away" STEERABLE = ALWAYS
+{
+} "no"
+
+STRING restriction_mask "grid function to use to decide which points are restricted away, points where the mask is zero are ignored" STEERABLE = ALWAYS
+{
+ "CarpetReduce[:][:]weight" :: "Carpet's reduction mask"
+ "CarpetEvolutionMask[:][:]evolution_mask" :: "takes prolongation stencil into account"
+ ".*[:][:].*" :: "any grid function with points masked out set to zero"
+} "CarpetReduce::weight"