Skip to content
Snippets Groups Projects
user avatar
Christian Engwer authored
1358c7ed
History

Reconstructing the extent of glioblastoma multiform tumors

following [Engwer, Wenske 2020]

DUNE requirements

  • dune-common
  • dune-istl
  • dune-grid
  • dune-geometry
  • dune-localfunctions
  • dune-typetree
  • dune-functions
  • dune-pdelab

can be installed via clone_dune_dependencies.sh

> cd ..
> ./dune-glio/clone_dune_dependencies.sh

external requirements

on Ubuntu these can be installed via

> apt install libinsighttoolkit5-dev

installation / compilation:

you build the code as a DUNE module. The easiest way is to use dunecontrol

> ./dune-common/bin/dunecontrol all

further information

See ./doc folder for more material.

Example DUNE opts files for release and debug can also be found in ./doc.