Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.97 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.97 KB

PetscCall

This package provides easy access to PETSc solvers in sequential and parallel Julia computations. See documentation for further details.

Documentation
Stable
Dev
Build Status
Build Status
Coverage
Coverage

Documentation

  • STABLEDocumentation for the most recently tagged version.
  • LATESTDocumentation for the in-development version.

Help and discussion

  • You can open a new discussion to ask questions here.
  • If you have found a bug, open an issue here. Do not forget to include a (minimal) reproducer.

Contributing

This package is under active development and there are several ways to contribute:

  • by enhancing the documentation (e.g., fixing typos, enhancing doc strings, adding examples).
  • by addressing one of the issues waiting for help.
  • by adding more tests to increase the code coverage.
  • by extending the current functionality. In this case, open a discussion here to coordinate with the package maintainers before proposing significant changes.