From bf4b77cf42cc78202781b41ae16f9f7f4dde8eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6=20Fahlke?= <jorrit@jorrit.de> Date: Tue, 2 Apr 2019 12:25:56 +0200 Subject: [PATCH] General meeting notes document --- README.md | 4 ++++ doc/{kickoff-notes.md => meeting-notes.md} | 2 ++ 2 files changed, 6 insertions(+) rename doc/{kickoff-notes.md => meeting-notes.md} (89%) diff --git a/README.md b/README.md index 30a8a37..7a11da1 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ for further options. The full build system is described in the dune-common/doc/buildsystem (Git version) or under share/doc/dune-common/buildsystem if you installed DUNE! +# Meeting notes + +Here are the [meeting notes](doc/meeting-notes.md). + # How to inspect the program output The test programs produce VTK files (`*.vtu`, "Visualization Toolkit diff --git a/doc/kickoff-notes.md b/doc/meeting-notes.md similarity index 89% rename from doc/kickoff-notes.md rename to doc/meeting-notes.md index d11574c..d9ab24b 100644 --- a/doc/kickoff-notes.md +++ b/doc/meeting-notes.md @@ -1,3 +1,5 @@ +# Kick-off, 2019-04-02 + [PACXX-Samples](https://zivgitlab.uni-muenster.de/HPC2SE-Project/pacxx-samples/) Repo (im Kickoff hatten wir das vadd_low_level Beispiel) [Dune Cheat Sheet](https://dune-project.org/doc/cheatsheet/) -- GitLab