1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
===========================
Articles about PETSc Design
===========================
Many articles have been written about the design of PETSc. We mention
an incomplete selection which may be of interest to developers.
You may also be interested in `publications using PETSc <https://www.mcs.anl.gov/petsc/publications/index.html>`__.
Higher-level views of PETSc can be found in :cite:`KEYPREFIX-s2011`,
:cite:`KEYPREFIX-bgms00`, :cite:`KEYPREFIX-miss-paper`, :cite:`KEYPREFIX-bgms98`, and :cite:`KEYPREFIX-petsc-efficient`.
References
~~~~~~~~~~
.. bibliography:: ../../tex/petsc.bib
:filter: docname in docnames
:keyprefix: KEYPREFIX-
:labelprefix: ref-
.. bibliography:: ../../tex/petscapp.bib
:filter: docname in docnames
:keyprefix: KEYPREFIX-
:labelprefix: ref-
|