Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronerees authored May 6, 2020
1 parent 144648f commit b646412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Element Schur complement preconditioners

This repository contains the code which produces the results for
An element-based preconditioner for mixed finite element problems, Tyrone Rees and Michael Wathen, 2020
*An element-based preconditioner for mixed finite element problems*, Tyrone Rees and Michael Wathen, 2020


## Install instructions

The only external dependence is Firedrake, which can be installed following the instructions from https://www.firedrakeproject.org/download.html. This will install the default settings. Once Firedrake is installed correctly then this will create a new python environment that needs to be activated.
The only external dependency is Firedrake, which can be installed following the instructions from https://www.firedrakeproject.org/download.html. Once Firedrake is installed correctly then this will
create a new python environment that needs to be activated.

To finish the installation, run
`pip install .`
Expand Down

0 comments on commit b646412

Please sign in to comment.