aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-11 12:06:29 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-11 12:06:29 +0000
commit320d8973fd4fcba42db2c7e9e1c09a68ec49293f (patch)
tree7a0dfd59158730023382c0ca1b047a3bfaefbf9e /src/include
parentee047cd45b13344b3304f2faf3a135cc4ed9ec3c (diff)
add #define HAVE_DENSE_JACOBIAN for dense Jacobians
-- in the future there will be such a #define for each Jacobian type, so we can easily disable ones we don't want to avoid having to link against the corresponding linear-solver libraries git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@712 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/config.hh b/src/include/config.hh
index 2729a62..7afbc32 100644
--- a/src/include/config.hh
+++ b/src/include/config.hh
@@ -33,3 +33,10 @@ typedef CCTK_INT integer;
#else
#define FINITE_DIFF_ORDER 4
#endif
+
+//
+// What types of Jacobian matrix storage do we want to compile in
+// support for? N.b. each of these requires linking with the corresponding
+// linear-solver library; see ../make.configuration.defn for details.
+//
+#define HAVE_DENSE_JACOBIAN