aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-20 14:01:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-01-20 14:01:12 +0000
commit4fc46cfe1961ba2b7c54862f561d48f87e10a116 (patch)
tree1c10d76ff23e249765d9ba943fb4a8e1a48e77f8 /src/include
parentf595463096694fd5901bf2503d20d0e30269653d (diff)
start adding support for sparse matrix Jacobians (doesn't work yet)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@926 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 511081f..492da5a 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -61,7 +61,9 @@ typedef CCTK_INT integer;
/*
* 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
- * on these libraries.
+ * linear-solver library; see "../elliptic/Jacobian.hh" for details
+ * on the storage formats, or "../make.configuration.defn" (if it exists)
+ * for details on the libraries.
*/
#define HAVE_DENSE_JACOBIAN
+#define HAVE_ROW_SPARSE_JACOBIAN