File: articles.md.txt

package info (click to toggle)
petsc 3.22.5%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516,740 kB
  • sloc: ansic: 814,333; cpp: 50,948; python: 37,416; f90: 17,187; javascript: 3,493; makefile: 3,198; sh: 1,502; xml: 619; objc: 445; java: 13; csh: 1
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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://petsc.org/release/miscellaneous/applications_publications).

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} /petsc.bib
:filter: docname in docnames
:keyprefix: keyprefix-
:labelprefix: ref-
```