aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/README
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-05 17:44:46 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-05 17:44:46 +0000
commitce86bed3b6a256046f34ffeb4688074e9f361afb (patch)
treefbd1e38369576e50f1c5a4c0d1f39913bd02af4a /src/elliptic/README
parenteb649e4a0c0d8a996594e61942d9701d24577713 (diff)
sparse-matrix routines are now moved to ../sparse-matrix/ subdirectories
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1044 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic/README')
-rw-r--r--src/elliptic/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/elliptic/README b/src/elliptic/README
index 09fa662..64f371d 100644
--- a/src/elliptic/README
+++ b/src/elliptic/README
@@ -31,11 +31,6 @@ lapack_wrapper.F77
ilucg.h
Header file defining C/C++ prototypes for ILUCG routines
-ilucg.f77
- ILUCG (Incomplete LU-decomposition / conjugate gradiant)
- subroutine. I don't know the original author of this routine;
- it was provided to me by Tom Nicol, UBC Computing Center,
- in c.1985.
ilucg_wrapper.F77
Wrapper routines around the ILUCG routines, to avoid problems
with C <--> Fortran passing of Fortran logical return results.