aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 18:18:49 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-18 18:18:49 +0000
commit721e346cbb202d352475c79ea1d43eb196fce78a (patch)
tree53c407db414cb032a75a0c68cf50d530d0f9c67d /src
parentb1267c7deecd49c76ad0a4723f6dc16582483c98 (diff)
explain what this directory is all about
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@639 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src')
-rw-r--r--src/elliptic/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/elliptic/README b/src/elliptic/README
new file mode 100644
index 0000000..c1e009d
--- /dev/null
+++ b/src/elliptic/README
@@ -0,0 +1,8 @@
+This directory contains code for solving elliptic systems on our
+($S^2$ topology) multipatch system in ../util/.
+
+The main files are as follows:
+
+Jacobian.{cc,hh}
+ These classes stores a Jacobian matrix and interface to
+ linear-solver routines.