Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diehlpk/reusummer22
https://github.com/diehlpk/reusummer22
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diehlpk/reusummer22
- Owner: diehlpk
- License: gpl-3.0
- Created: 2022-05-30T20:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T19:50:43.000Z (over 1 year ago)
- Last Synced: 2024-10-13T16:26:05.673Z (3 months ago)
- Language: Jupyter Notebook
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coupling approaches with non-matching grids for classical linear elasticity and bond-based peridynamic models in 1D - Part II
[![DOI](https://zenodo.org/badge/498092323.svg)](https://zenodo.org/badge/latestdoi/498092323)
Scripts to compare the simulations, including damage.
## Dependencies
* [numpy](https://numpy.org/)
* [matplotlib](https://matplotlib.org/)## Usage
```bash
python3 -m venv deps
source deps/bin/activate
pip install -r requirements.txt
```