From 995dc53fc9ca6dccfaab577fa371ff3fc5fe2df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20H=C3=B6rl?= <maximilian.hoerl@mathematik.uni-stuttgart.de> Date: Sun, 19 Apr 2020 15:06:49 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2519df9..9ac3a7a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ in 1D, 2D and 3D for the test problem specified in the parameter file. You can exclude computationally expensive grids from the EOC loop by setting the parameter `fastEOC`. The results can be visualized by subsequently running the python script `plotDG.py`. -You will find the plots in the directory `build-cmake/src/plots`. +You will find the plot `dg.pdf` in the directory `build-cmake/src/plots`. For the coupled scheme run one of the executables `mmdg-2d` or `mmdg-3d` in the `build-cmake/src` directory. The results can be visualized with paraview (file `s0001-pressureData.pvtu` and for 2D file `s0001-interfacePressureData.pvtp` or for 3D file `s0001-interfacePressureData.pvtu` in the directory `build-cmake/src`). @@ -45,7 +45,7 @@ coupled scheme in 2D and 3D for the test problem specified in the parameter file You can exclude computationally expensive grids from the EOC loop by setting the parameter `fastEOC`. The results can be visualized by subsequently running the python script `plotMMDG.py`. -You will find the plots in the directory `build-cmake/src/plots`. +You will find the plots `mmdg_bulk.pdf`, `mmdg_interface.pdf` and `mmdg_total.pdf` in the directory `build-cmake/src/plots`. Test Problems -- GitLab