- 14 Feb, 2018 1 commit
-
-
Lukas Riedel authored
- add CMake option 'EXPERIMENTAL_DG_FEATURES' - add cpp definition EXPERIMENTAL_DG_FEATURES - add optional config keys 'dg.method' and 'dg.upwinding'
-
- 28 Mar, 2017 1 commit
-
-
Lukas Riedel authored
-
- 15 Dec, 2016 1 commit
-
-
Dion Haefner authored
-
- 29 Nov, 2016 1 commit
-
-
Lukas Riedel authored
* added 'impl' folder containing explicit template instantiations * moved Simulation member implementations into .cc file
-
- 28 Nov, 2016 1 commit
-
-
Lukas Riedel authored
major folder restructuring: moved dorie/ files into dorie/solver. removed solver headers. moved executable source files into dune/ folder
-
- 03 Nov, 2016 1 commit
-
-
Lukas Riedel authored
-
- 08 Oct, 2016 1 commit
-
-
Dion Haefner authored
* use dunecontrol for all commands instead of fiddling with CMake in the build directory * some third-party version requirements seemed too strict * removed optional packages (METIS, parMETIS, Breathe, Sphinx) * removed Python VTK as suggested package. This is nearly impossible to build from source. People can use our VTK readers for post-processing (coming soon). * added section on cleaning build (delete build-cmake folder) * stressed that dunecontrol make install is optional (may not be desired by the user due to permissions / personal preference) Added setup.py file for doc folder, so Sphinx and Breathe are installed at configure time now Removed third-party Python packages from install_requires in setup.py files Compiler flags are handled by CMake now. Default build type is Release, which automatically adds optimization flags, and equivalently for the Debug build type (cf. e.g. CMAKE_CXX_FLAGS_RELEASE).
-
- 07 Oct, 2016 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
For a Debug build, compiler warnings are enabled. For all other builds, optimization flags are invoked.
-
- 31 Aug, 2016 1 commit
-
-
Dion Haefner authored
-