8000 GitHub - fireshape/fireshape: A shape optimisation toolbox built on the Firedrake finite element library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fireshape/fireshape

Repository files navigation

Fireshape - Shape Optimization with Firedrake

CircleCI Read the Docs Actions Docker images

Documentation

The documentation is available here.

We have also published an Open Access paper about Fireshape. It is available here.

Requirements

Please install the firedrake finite element library first by following the instructions here.

Installation

For users:

pip3 install git+https://github.com/fireshape/fireshape.git

For developers:

git clone git@github.com:fireshape/fireshape.git
python -m pip install -e fireshape/

If you have installed Firedrake into a virtual environment then this must be activated first.

Docker images

Fireshape is also available as a docker image.

0