- 08 Jun, 2021 1 commit
-
-
hanchuan authored
-
- 20 Apr, 2020 1 commit
-
-
Timo Koch authored
-
- 16 Mar, 2020 1 commit
-
-
Timo Koch authored
Due to a bug in the upstream deprecation mechanism for "fixedsize" (lowercase s), the transition cannot be done smoothly so we use version checks.
-
- 19 Jan, 2020 1 commit
-
-
Timo Koch authored
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 05 Dec, 2018 1 commit
-
-
Bernd Flemisch authored
Depending on the Dune version, the boundary markers are present on all processes (<= 2.6) or on the root process only (>= 2.7). Try to handle this in a flexible way in the corresponding data handle: Determine if the minimum size over all processes of the boundary markers vector is zero. If yes, assume that the root process contains all markers and broadcast them. Currently, it isn't possible to refine a parallel UGGrid that has been read by a GmshReader, see dune-grid issue #83. Therefore, don't refine in the corresponding test.
-
- 02 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 21 Nov, 2018 1 commit
-
-
Timo Koch authored
-
- 28 Jun, 2018 1 commit
-
-
Timo Koch authored
Implement a grid manager class that creates grids and a grid data object. The new class is no longer a singleton. It is instantiated by the user. It is possible to get a shared_ptr to the grid data to pass it on to e.g. problem / spatial parameter classes. * No longer sets the overlap automatically (overlap to be checked by the grid geometry) * Does not depend on discretization method or TypeTag anymore Joint work with Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
-