learnmpm

A course on developing MPM with Python

https://github.com/geoelements/learnmpm

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
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.

License OnlineBook API docs

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

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

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 *