summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gard.spreemann@epfl.ch>2019-04-30 12:27:29 +0200
committerGard Spreemann <gard.spreemann@epfl.ch>2019-04-30 12:27:29 +0200
commitdcbeb81ca393f54669098ad7cd37cfbf6beabe3f (patch)
tree1228f067eb3621a1f3a91e3ef1b55537d896b280
parent37135dc7daae95715a5341c72646beb147cc96af (diff)
Lappy comment.
-rwxr-xr-xlappy.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/lappy.py b/lappy.py
index 5d50372..49a70e9 100755
--- a/lappy.py
+++ b/lappy.py
@@ -1,5 +1,13 @@
#!/usr/bin/env python3
+# Lappy is intended to be a drop-in replacement for Lapdog in cases
+# where one prefers simple dependencies over high performance and
+# scalability.
+#
+# One incompatibility is obviously that Lappy does not respect
+# PETSc/SLEPc command line switches, and one therefore has to specify
+# the number of eigenvalues/eigenvectors through --number.
+
import scipy.sparse.linalg
import sys
import numpy as np