book_petsc
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: PauloMeirelles
- License: mit
- Language: Python
- Default Branch: main
- Size: 279 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 4 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
License
Citation
README.md
p4pdes
PETSc for Partial Differential Equations is a new book on using PETSc to solve partial differential equations by modern numerical methods.
Order the paper book from SIAM Press or the e-book from Google Play.
This repository contains the C and Python example programs upon which the book is based. They will remain here for the long term, and be maintained for future versions of PETSc.
C examples
To compile and run the C examples, for Chapters 1 through 12, see the README.md in the c/ directory.
Python/Firedrake examples
Chapters 13 and 14 use Firedrake, a Python finite element library based on PETSc. See the README.md in the python/ directory to run these examples.
Owner
- Name: Paulo Meirelles
- Login: PauloMeirelles
- Kind: user
- Repositories: 5
- Profile: https://github.com/PauloMeirelles
Citation (CITATION.bib)
@Book{Bueler2021,
AUTHOR = {E. Bueler},
TITLE = {{PETSc} for {P}artial {D}ifferential {E}quations: {N}umerical
{S}olutions in {C} and {P}ython},
PUBLISHER = {SIAM Press},
ADDRESS = {Philadelphia},
YEAR = {2021},
ISBN = {9781611976304},
URL = {https://github.com/bueler/p4pdes},
}