Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diehlpk/reusommer21
https://github.com/diehlpk/reusommer21
coupling finite-difference-method finite-difference-schemes peridynamic peridynamics-models python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diehlpk/reusommer21
- Owner: diehlpk
- License: gpl-3.0
- Created: 2021-05-21T12:56:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T03:34:56.000Z (3 months ago)
- Last Synced: 2024-10-13T16:26:05.238Z (3 months ago)
- Topics: coupling, finite-difference-method, finite-difference-schemes, peridynamic, peridynamics-models, python
- Language: Jupyter Notebook
- Homepage:
- Size: 7.78 MB
- 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 I
[![DOI](https://zenodo.org/badge/369535539.svg)](https://zenodo.org/badge/latestdoi/369535539) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/diehlpk/reusommer21/HEAD)
Simulations for the comparison of the three methods without damage. With these scripts, we compare both models in the case of pure linear elasticity.
## Dependencies
* [numpy](https://numpy.org/)
* [matplotlib](https://matplotlib.org/)
* [ipython](https://ipython.readthedocs.io/en/stable/)
* [notebook](https://jupyter.org/install)## Usage
```bash
python3 -m venv deps
source deps/bin/activate
pip install -r requirements.txt
ipython notebook
```