aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 14:17:39 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 14:17:39 +0000
commit45d0f56612e0fd0651591cf6830c9ede411725d9 (patch)
tree4068536ad0efa6b5c905f5a6e1977767b7b09987 /param.ccl
parent1c324095eeb108a7f979081a3a6b397b43946ca3 (diff)
add option for UMFPACK sparse matrix library (code isn't there yet)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1072 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1fa4480..eb1caf5 100644
--- a/param.ccl
+++ b/param.ccl
@@ -824,6 +824,9 @@ keyword Jacobian_store_solve_method \
"row-oriented sparse matrix/ILUCG" :: \
"store as sparse matrix (row-oriented storage format), \
solve with ILUCG (incomplete LU decomposition - conjugate gradient) method"
+"row-oriented sparse matrix/UMFPACK" :: \
+ "store as sparse matrix (row-oriented storage format), \
+ solve with UMFPACK (sparse LU decomposition) method"
} "row-oriented sparse matrix/ILUCG"
#