From 506da6eb483d731bb88c31372229c992754b2cc8 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sun, 20 Jan 2013 00:25:48 +0000 Subject: GRHydro: add option to automatically use Evolution_Mask if possible From: Roland Haas git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@469 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 6e2f9e5..1ebcd58 100644 --- a/param.ccl +++ b/param.ccl @@ -83,9 +83,12 @@ USES REAL poly_k restricted: -BOOLEAN use_evolution_mask "Set this to 'true' to skip validity tests in regions where CarpetEvolutionMask::evolution_mask vanishes." STEERABLE=ALWAYS +KEYWORD use_evolution_mask "Set this to 'true' to skip validity tests in regions where CarpetEvolutionMask::evolution_mask vanishes." STEERABLE=ALWAYS { -} "false" + "always" :: "use the mask" + "auto" :: "check if CarpetEvolutionMask is active, then use the mask" + "never" :: "do not use the mask" +} "never" BOOLEAN GRHydro_enable_internal_excision "Set this to 'false' to disable the thorn-internal excision." STEERABLE=ALWAYS { -- cgit v1.2.3