From 56e8cf7d120cf813c0244a15cff14614460a5929 Mon Sep 17 00:00:00 2001
From: JanHab <Jan.Habscheid@web.de>
Date: Mon, 19 Aug 2024 15:18:23 +0200
Subject: [PATCH] Updated information on Usage

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index af15236..4bbae30 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,13 @@ conda env create -f environment.yml
 
 ## Usage
 
+Find the visualizations from the thesis and some extra calculations in the "examples" folder. 
+In the subfolder "ReproducableCode" is the code, to execute the calculations with some first visualizations.
+The subfolder "Data" stores the data for all the simulations in a *.npz file, which can be read with numpy `np.load(file.npz)`.
+"Visualizations" creates the necessary figures from the thesis and stores them in *.svg format in "Figures".
+
+In "src" there are the generic FEniCSx implementations, that were used to calculate the examples.
+
 
 ## Contact
 
-- 
GitLab