aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@eec4d7dc-71c2-46d6-addf-10296150bf52>2001-11-05 08:51:58 +0000
committerpollney <pollney@eec4d7dc-71c2-46d6-addf-10296150bf52>2001-11-05 08:51:58 +0000
commit3938143b77634afac657b55f93a07b6f7953f75f (patch)
tree971c2ffaa33dc1e93ffe82ba945863226d23ffa4 /param.ccl
parent52f22fb358df42745c184b9826b0b7c4a3623ad7 (diff)
Added a routine to overwrite the symmetry flags on the flat faces of
the cartoon grid. This fixes a problem that was occurring because boundary conditions (eg. radiative) were being applied to these faces, wasting a lot of time. The current fix overwrites the sGHex->GFSym array with a CARTOON_NOSYM flag that won't be recognised by either the cactus symmetry or boundary condition routines, so these won't be applied. *** Note *** I've also added a cartoon_active parameter which must be set in order to turn on cartoon. (This is a second attempt to commit some changes that seem not to have been commited properly last week ...) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@24 eec4d7dc-71c2-46d6-addf-10296150bf52
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 5 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9ca05aa..bbf8c3a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,10 +3,13 @@
private:
-BOOLEAN verbose "Verbose information"
+BOOLEAN cartoon_active "Activate cartoon boundary condition"
{
} "no"
+BOOLEAN verbose "Verbose information"
+{
+} "no"
BOOLEAN stencil "Use custom 2D stencil if available"
{
@@ -14,5 +17,5 @@ BOOLEAN stencil "Use custom 2D stencil if available"
INT order "Cartoon's interpolation order"
{
- 1:5 :: "from linear to fifth order"
+ 1:5 :: "From linear to fifth order."
} 4