.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
CHANGELOG.rst
CREDITS.rst
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Documentation.md
.gitlab/issue_templates/Feature Proposal.md
.gitlab/issue_templates/Refactoring.md
LICENSES/headers/BSD-0-Clause.txt
LICENSES/headers/CC-BY-SA-4.0.txt
LICENSES/headers/LGPL-3.0.txt
requirements/dev.in
requirements/dev.txt
requirements/gemseo-petsc-conda-python3.txt
requirements/style.in
requirements/style.txt
requirements/test.in
requirements/test.txt
src/gemseo_petsc/__init__.py
src/gemseo_petsc.egg-info/PKG-INFO
src/gemseo_petsc.egg-info/SOURCES.txt
src/gemseo_petsc.egg-info/dependency_links.txt
src/gemseo_petsc.egg-info/entry_points.txt
src/gemseo_petsc.egg-info/requires.txt
src/gemseo_petsc.egg-info/top_level.txt
src/gemseo_petsc/linear_solvers/__init__.py
src/gemseo_petsc/linear_solvers/ksp_lib.py
src/gemseo_petsc/linear_solvers/options/PETSC_KSP_options.json
tests/__init__.py
tests/linear_solvers/__init__.py
tests/linear_solvers/test_ksp.py
tests/linear_solvers/data/a_mat.npz
tests/linear_solvers/data/b_vec.pkl
tools/extract_req_in_from_setup_cfg.py