Science Score: 77.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
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Keywords from Contributors
shared-memory
quadtree
pyopencl
parallel-computing
parallel-algorithm
opencl
octree
fast-multipole-method
fmm
mesh
Last synced: 6 months ago
·
JSON representation
·
Repository
Interoperability with Gmsh for Python
Basic Info
- Host: GitHub
- Owner: inducer
- License: other
- Language: Python
- Default Branch: main
- Size: 140 KB
Statistics
- Stars: 33
- Watchers: 3
- Forks: 10
- Open Issues: 1
- Releases: 1
Created about 8 years ago
· Last pushed 7 months ago
Metadata Files
Readme
License
Citation
README.rst
Interoperability between Python and Gmsh
========================================
.. image:: https://gitlab.tiker.net/inducer/gmsh_interop/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/gmsh_interop/commits/main
.. image:: https://github.com/inducer/gmsh_interop/actions/workflows/ci.yml/badge.svg
:alt: Github Build Status
:target: https://github.com/inducer/gmsh_interop/actions/workflows/ci.yml
.. image:: https://badge.fury.io/py/gmsh_interop.svg
:alt: Python Package Index Release Page
:target: https://pypi.org/project/gmsh_interop/
.. image:: https://zenodo.org/badge/113488057.svg
:alt: Zenodo DOI for latest release
:target: https://zenodo.org/doi/10.5281/zenodo.11075135
This package allows Python to interoperate with the `gmsh `__
mesh generator.
This package contains:
* ``gmsh_interop.reader`` to read gmsh's ``.msh`` file format.
* ``gmsh_interop.runner`` to run gmsh under program control and process its output.
Its contents was extracted from `meshpy `__
to escape its obnoxious licensing.
Links:
* `Github `__
* `Python Package Index `__
* `Documentation `__
Owner
- Name: Andreas Klöckner
- Login: inducer
- Kind: user
- Location: Champaign, IL
- Company: Scientific Computing, CS@UIUC
- Website: http://andreask.cs.illinois.edu/aboutme
- Repositories: 225
- Profile: https://github.com/inducer
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Kloeckner" given-names: "Andreas" orcid: "https://orcid.org/0000-0003-1228-519X" - family-names: "Fikl" given-names: "Alex" - family-names: "Wei" given-names: "Xiaoyu" - family-names: "Wala" given-names: "Matt" title: "gmsh_interop" version: 2024.1 doi: 10.5281/zenodo.11075136 date-released: 2024-04-26 url: "https://github.com/inducer/gmsh_interop" license: MIT
GitHub Events
Total
- Watch event: 2
- Delete event: 2
- Issue comment event: 5
- Push event: 10
- Pull request review event: 11
- Pull request review comment event: 11
- Pull request event: 17
- Fork event: 1
- Create event: 3
Last Year
- Watch event: 2
- Delete event: 2
- Issue comment event: 5
- Push event: 10
- Pull request review event: 11
- Pull request review comment event: 11
- Pull request event: 17
- Fork event: 1
- Create event: 3
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Andreas Kloeckner | i****m@t****t | 56 |
| Alexandru Fikl | a****l@g****m | 41 |
| xywei | w****6@g****m | 6 |
| Matt Wala | w****1@i****u | 4 |
| dependabot[bot] | 4****] | 2 |
Committer Domains (Top 20 + Academic)
illinois.edu: 1
tiker.net: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 42
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Total issue authors: 5
- Total pull request authors: 6
- Average comments per issue: 1.2
- Average comments per pull request: 0.4
- Merged pull requests: 36
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 1
- Pull requests: 14
- Average time to close issues: about 13 hours
- Average time to close pull requests: 4 days
- Issue authors: 1
- Pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.36
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- inducer (2)
- carlosal1015 (1)
- morremeyer (1)
- QiangF (1)
- timeanddoctor (1)
Pull Request Authors
- inducer (19)
- alexfikl (19)
- dependabot[bot] (4)
- anderson2981 (2)
- mattwala (1)
- xywei (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)
github_actions (1)
Dependencies
setup.py
pypi
- numpy >=1.6.0
- packaging >=20.0
- pytools *
.github/workflows/autopush.yml
actions
- actions/checkout v3 composite
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite