From f228be09928439acd61a22d82f5276e65fb27c10 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Wed, 7 Oct 2020 18:07:43 +0200 Subject: [PATCH] update the readme file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c1fa70c..632560a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Provides structured and unstructured file writers for the VTK XML File Formats that can be opened in the popular ParaView visualization application. Additionally a file reader is provided to import VTK files into Dune grid and data objects. +## Installation Instructions +`dune-vtk` requires the DUNE core modules, version 2.7 or later. +Please see the [general instructions for building DUNE modules](https://www.dune-project.org/doc/installation) +for detailed instructions on how to build the module. + ## Usage The VTK writer works similar to the dune-grid `VTKWriter`. It needs to be bound to a GridView and then data can be added to the points or cells in the grid. -- GitLab