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