aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
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 /src/make.code.defn
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 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index f720acb..1777124 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = CheckParameters.c Cartoon2DBC.c interpolate.c
+SRCS = CheckParameters.c Cartoon2DBC.c interpolate.c SetSym.c
# Subdirectories containing source files
SUBDIRS =