From 3938143b77634afac657b55f93a07b6f7953f75f Mon Sep 17 00:00:00 2001 From: pollney Date: Mon, 5 Nov 2001 08:51:58 +0000 Subject: 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 --- interface.ccl | 1 + 1 file changed, 1 insertion(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 176b72f..6a9f8f5 100644 --- a/interface.ccl +++ b/interface.ccl @@ -4,3 +4,4 @@ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h + -- cgit v1.2.3