aboutsummaryrefslogtreecommitdiff
path: root/src/macro/LIEG_declare.h
diff options
context:
space:
mode:
authorallen <allen@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-05-17 18:51:59 +0000
committerallen <allen@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-05-17 18:51:59 +0000
commit471e57dfab1004d58813686db201fbe3c679b698 (patch)
tree399fbf73aba9a36109c060616ca6bd07c202b842 /src/macro/LIEG_declare.h
parent1a4008dea9ee3fa953732c298d2d77887c83d133 (diff)
To use this macro you need to set the following variables (which are already defined
in the declare part) admmacros_advectionx admmacros_advectiony admmacros_advectionz to have the values 0 centered differencing -1,1 first order upwind for the two different directions -2,2 second order upwind for the two different directions git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@37 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/LIEG_declare.h')
-rw-r--r--src/macro/LIEG_declare.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macro/LIEG_declare.h b/src/macro/LIEG_declare.h
index b4765d9..4737407 100644
--- a/src/macro/LIEG_declare.h
+++ b/src/macro/LIEG_declare.h
@@ -59,6 +59,10 @@
CCTK_REAL LIEG_LGYZ
CCTK_REAL LIEG_LGZZ
+ integer admmacros_advectionx
+ integer admmacros_advectiony
+ integer admmacros_advectionz
+
#endif
#ifdef CCODE