From dcbeb81ca393f54669098ad7cd37cfbf6beabe3f Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 30 Apr 2019 12:27:29 +0200 Subject: Lappy comment. --- lappy.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3