dgpy
Python library to prototype discontinuous Galerkin schemes for elliptic partial differential equations.
Science Score: 41.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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Python library to prototype discontinuous Galerkin schemes for elliptic partial differential equations.
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
dgpy
Python library to solve elliptic partial differential equations with
discontinous Galerkin (DG) schemes. The purpose of this library is to prototype
elliptic DG schemes for the SpECTRE code.
dgpy provides tools to construct rectilinear domains in 1, 2 or 3 dimensions,
implement elliptic DG schemes on Legendre-Gauss-Lobatto and Legendre-Gauss
grids, solve them with iterative algorithms and visualize the results.
Installation
git clonethis repository to your machine.pip install -e /path/to/repositoryto install in editable mode, i.e. where changes to the repository are reflected in thepipinstallation, or omit the-eto install in user mode.
Getting started
Read through the walkthrough notebook to get started:
Owner
- Name: Nils Vu
- Login: nilsvu
- Kind: user
- Location: Pasadena, California
- Company: Caltech
- Website: https://nilsvu.de
- Repositories: 66
- Profile: https://github.com/nilsvu
Computational physicist in numerical relativity. Also passionate about software development, design, data visualization and teaching.
Citation (CITATION.cff)
# YAML 1.2 # Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/) cff-version: 1.0.3 message: If you use this software, please cite it using these metadata. title: dgpy doi: 10.5281/zenodo.5086181 authors: - given-names: Nils Leif family-names: Fischer orcid: https://orcid.org/0000-0002-5767-3949 version: '0.1' date-released: 2021-07-09 repository-code: https://github.com/nilsleiffischer/dgpy license: mit
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- tomwlodarczyk (1)