The documentation is available here.
We have recently written a manuscript about Fireshape. It is available here.
Please install the firedrake finite element library first.
curl -O https://raw.githubusercontent.com/firedrakeproject/firedrake/master/scripts/firedrake-install
python3 firedrake-install
Activate the Firedrake virtualenv first
source path/to/firedrake/bin/activate
Then install the Rapid Optimization Library
pip3 install --no-cache-dir roltrilinos rol
Now you are ready to install fireshape.
For users:
pip install git+https://github.com/fireshape/fireshape.git
For developers:
git clone git@github.com:fireshape/fireshape.git
cd fireshape
pip install -e .