aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
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