Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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