aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-11-10 14:05:35 +0000
committerhawke <hawke@eec4d7dc-71c2-46d6-addf-10296150bf52>2005-11-10 14:05:35 +0000
commit77424202a473eae863478cbd7c901a0c494d652d (patch)
tree1e678e64edfa876af9e77dae37c6703950171930 /param.ccl
parent2b42ff6020d0ab36b11b65466ef6850f7ec68242 (diff)
Zeroth attempt at doing excision with Cartoon. Now requires the
Spacemask thorn from CactusEinstein. Initial tests suggest perfect second order convergence but not quite perfect fourth order convergence, at least at reasonable resolutions. Convergence is still better than 3rd order, though. Excision with the new spacemask has been added but not tested. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@97 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl28
1 files changed, 28 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 3f95f13..76c71a8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -28,3 +28,31 @@ INT eno_order "The interpolation order applied to the ENO interpolator"
BOOLEAN allow_grid_resize "Allow grid to be resized in a cartoon-compatible way"
{
} "no"
+
+BOOLEAN old_excision "Are we doing excision based on the old style mask?"
+{
+} "no"
+
+BOOLEAN new_excision "Are we doing excision based on the new style mask?"
+{
+} "no"
+
+STRING old_style_excision_var "The variable to be checked for old style excision"
+{
+ ".*" :: "Expected to be \'Spacemask::emask\'"
+} ""
+
+STRING new_style_excision_var "The variable to be checked for new style excision"
+{
+ ".*" :: "Expected to be \'Spacemask::space_mask\'"
+} ""
+
+STRING new_mask_field_name "The name of the field that describes excision for the new mask"
+{
+ ".*" :: "Could be anything"
+} ""
+
+STRING new_mask_excised_name "The name of the descriptor that says the point is excised for the new mask"
+{
+ ".*" :: "Could be anything"
+} ""