Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diehlpk/reusummer22


https://github.com/diehlpk/reusummer22

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