From ed0e0e2e9b5bc17837e8f756a15ce09517d4ab21 Mon Sep 17 00:00:00 2001 From: emmarothwell1 <97527188+emmarothwell1@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:05:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 326102c..9e07a3d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # restricted-fs-additional-code -This repository is an accompaniment to the report for a master's thesis. +This repository is an accompaniment to the report for a master's thesis, which documents the update to Firedrake to implement a ``RestrictedFunctionSpace`` class. + +This code contains some example code shown in the report, as well as code to produce some of the plots shown with respect to solving eigenproblems using Firedrake.