1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
================
SLEPc for Python
================
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
Online Documentation
--------------------
+ `User Manual (HTML)`_ (generated with Sphinx_).
+ `User Manual (PDF)`_ (generated with Sphinx_).
+ `API Reference`_ (generated with Sphinx_).
.. _User Manual (HTML): html/index.html
.. _User Manual (PDF): slepc4py.pdf
.. _API Reference: html/reference/index.html
.. _Sphinx: https://www.sphinx-doc.org/
Discussion and Support
----------------------
+ Mailing Lists: petsc-users@mcs.anl.gov, slepc-maint@upv.es
Downloads and Development
-------------------------
+ Issue Tracker: https://gitlab.com/slepc/slepc/-/issues
+ Git Repository: https://gitlab.com/slepc/slepc.git
+ The source code is in ``src/binding/slepc4py``
+ Previous source releases: https://pypi.org/project/slepc4py/
Citations
---------
If SLEPc for Python been significant to a project that leads to an
academic publication, please acknowledge that fact by citing the
project.
* L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
*Parallel Distributed Computing using Python*,
Advances in Water Resources, 34(9):1124-1139, 2011.
http://dx.doi.org/10.1016/j.advwatres.2011.04.013
* V. Hernandez, J.E. Roman, and V. Vidal,
*SLEPc: A scalable and flexible toolkit for the solution of eigenvalue problems*,
ACM Transactions on Mathematical Software, 31(3):351-362, 2005.
http://dx.doi.org/10.1145/1089014.1089019
Acknowledgments
---------------
This project was partially supported by the
Extreme Computing Research Center (ECRC),
Division of Computer, Electrical, and
Mathematical Sciences & Engineering (CEMSE),
King Abdullah University of Science and Technology (KAUST).
|