Wells-Group / TEAM30

A repository for the TEAM-30 benchmark using DOLFINx
MIT License
5 stars 2 forks source link

TEAM-30 model

Time-domain verification

This repository contains a DOLFINx implementation of the TEAM 30 model.

2D modelling

3D modelling

Installation

The list of requirements can be found in requirements.txt.

The docker image can then be started with the following command:

docker run -ti -v $(pwd):/root/shared -w /root/shared/ --shm-size=512m --name=team30 ghcr.io/fenics/dolfinx/dolfinx:v0.7.0

and simply add additional requirements with python3 -m pip install -r requirements.txt