- Jun 26, 2019
-
-
Kilian Weishaupt authored
* remove unnecessary traits * add test for alu grid
-
- Jun 02, 2019
-
-
-
Based on initial work by Kilian Weishaupt
-
- Jun 01, 2019
-
-
- May 15, 2019
-
-
- May 13, 2019
-
-
Timo Koch authored
-
- May 05, 2019
- Apr 05, 2019
-
-
Timo Koch authored
-
- Mar 28, 2019
-
-
- Mar 03, 2019
-
-
- Mar 01, 2019
-
-
- Feb 21, 2019
-
-
Ned Coltman authored
-
- Dec 18, 2018
-
-
* Now: // Add model specific output fields
-
- Dec 17, 2018
- Dec 05, 2018
-
-
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.
-
- Nov 30, 2018
-
-
- Nov 22, 2018
-
-
* test failed on master with old 360 deg 3d ref solution
-
- Nov 17, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 13, 2018
-
-
-
Timo Koch authored
-
Ned Coltman authored
-
- Nov 09, 2018
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Aug 29, 2018
-
-
Timo Koch authored
-
- Aug 27, 2018
-
-
Kilian Weishaupt authored
* fixes clang compiler error
-
- Aug 10, 2018
- Jul 06, 2018
-
-
- Jun 28, 2018
-
-
-
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>
-