From 9eb20479a5581654be7863baa74322fcf5adffc9 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 19 Dec 2017 14:09:52 +0100 Subject: [PATCH] [tutorial] Add readme --- tutorial/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorial/README.md diff --git a/tutorial/README.md b/tutorial/README.md new file mode 100644 index 0000000000..ff02497369 --- /dev/null +++ b/tutorial/README.md @@ -0,0 +1,10 @@ +Dumux tutorial +=============== + +This is a tutorial to get started with Dumux. Please have a look at the exercises. +Each exercise contains a README.md describing the problem and the tasks. + +* jump to [Exercise 1](./ex1/README.md) +* jump to [Exercise 2](./ex2/README.md) +* jump to [Exercise 3](./ex3/README.md) +* jump to [Exercise 4](./ex4/README.md) -- GitLab