Science Score: 54.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
-
✓Academic publication links
Links to: researchgate.net -
○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
A course on developing MPM with Python
Basic Info
- Host: GitHub
- Owner: geoelements
- License: other
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://www.geoelements.org/LearnMPM/intro.html
- Size: 18.4 MB
Statistics
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Contributing
License
Citation
Authors
README.md
LearnMPM
Krishna Kumar, The University of Texas at Austin.
LearnMPM is a Python codebase to learn Material Point Method. Please refer to the LearnMPM online book for examples.
Installation
shell
pip install -r requirements.txt
Run validation
1D axial vibration
shell python3 validation/bar-vibration1d.py
Inspirations
- Discussions with Prof. Pedro Arduino, UW.
- MPM-Py
- Material point method: basics and applications.
Acknowledgement
This code is based upon work supported by the National Science Foundation under Grant CMMI-2022469.
Citation
Repo
Kumar, K. (2022). LearnMPM: v1.0.0 [Computer software]. https://doi.org/
Owner
- Name: Extreme-scale computational geomechanics research
- Login: geoelements
- Kind: organization
- Repositories: 12
- Profile: https://github.com/geoelements
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Kumar
given-names: Krishna
orcid: https://orcid.org/0000-0003-2144-5562
title: "LearnMPM: v1.0.0"
version: v1.0.0
doi:
date-released: 2023-01-03
url: "https://github.com/geoelements/learnmpm"
GitHub Events
Total
- Watch event: 8
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Fork event: 1
Last Year
- Watch event: 8
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Fork event: 1
Dependencies
.github/workflows/publish.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3 composite
requirements.txt
pypi
- Pygments *
- jupyter-book *
- matplotlib *
- numpy *
setup.py
pypi
- numpy *