- Aug 02, 2017
-
-
[uggrid] Support for transferring element data during load balancing See merge request !172
-
- Jul 18, 2017
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
Merge branch 'parmetis_compile_error' into 'master' See merge request !187
-
- Jul 17, 2017
-
-
[utility.parmetisgridpartitioner] fix "temporary cannot bind to non-const ref" error See merge request !142
-
Ansgar Burchardt authored
-
- Jun 14, 2017
-
-
(cherry picked from commit b858d16d) Signed-off-by:
Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de>
-
- Mar 09, 2017
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/test-parallel-ug-only-with-parallel-ug' into 'master' See merge request !162
-
Ansgar Burchardt authored
test-parallel-ug: return 77 when run in parallel with sequential dune-uggrid See merge request !159
-
- Mar 08, 2017
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/gridinfo' into 'master' See merge request !161
-
gridinfo.hh: Use `subEntities(codim)` method instead of removed `count<codim>()` template method See merge request !157
-
- Mar 07, 2017
-
-
Robert K authored
-
- Feb 18, 2017
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/issue-53-uggrid-intersections' into 'master' See merge request !153
-
Ansgar Burchardt authored
Merge branch 'fix-uggrid-vertex-reordering' into 'master' See merge request !147
-
- Feb 17, 2017
-
-
Ansgar Burchardt authored
Handle unused boundary nodes correctly Closes #55 See merge request !152
-
Ansgar Burchardt authored
UGGrid: append to-be-visited sons at the end of the list Closes #53 See merge request !150
-
- Feb 15, 2017
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/UseUG-pass-OBJECT-option' into 'master' See merge request !149
-
- Feb 14, 2017
-
-
Ansgar Burchardt authored
Pass `OBJECT` option to `add_dune_mpi_flags` See merge request !140
-
- Feb 13, 2017
-
-
Oliver Sander authored
Apply vertex reordering to boundary segment vertices Closes staging/dune-uggrid#18 See merge request !145
-
- Jan 31, 2017
-
-
Robert K authored
-
- Jan 02, 2017
-
-
Ansgar Burchardt authored
-
- Dec 18, 2016
-
-
Ansgar Burchardt authored
dune.module: prepare for 2.5.0 release See merge request !138
-
Ansgar Burchardt authored
-
- Dec 15, 2016
-
-
Ansgar Burchardt authored
(cherry picked from commit b28f00fc)
-
- Nov 23, 2016
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/add_missing_header' into 'master' [bugfix] add missing header guards and headers to make headercheck pass See merge request !127 See merge request !135
-
- Nov 22, 2016
-
-
Ansgar Burchardt authored
The VTK tests are close to the timeout on the CI system and sometimes fail. In addition the parallel vtktest has one process busy with polling in a MPI function, taking 100% CPU for doing nothing, while the main process is running the Python script. In case of parallel builds, this unexpected resource usage slows down the test even more. (cherry picked from commit dce08c0d)
-
Christoph Grüninger authored
[bugfix] add missing header guards and headers to make headercheck pass See merge request !127
-
- Nov 18, 2016
-
-
Ansgar Burchardt authored
Merge branch 'do-not-force-grids-to-subclass-master' into 'master' Do not force grids to subclass Entity or Geometry The current implementation assumes that both the Entity and the Geometry of a grid are subclasses of Dune::Entity and Dune::Geometry. This requirement must have been introduced after 2.4.1 and is IMHO to much of restriction. After all these are just tests. With this MR we drop this additional restriction. Tested with opm-grid. Closes #36 Should be in the release. See merge request !114 See merge request !129
-
Ansgar Burchardt authored
Merge branch 'feature/remove-generic-geometry' into 'master' remove genericgeometry subdirectory from dune-geometry The removal of the `genericgeometry` subdirectory in dune-geometry will require some minor changes to dune-grid. This merge request collects those and should be merged once the corresponding branch in dune-geometry is merged, too. See merge request !120 See merge request !132
-
remove genericgeometry subdirectory from dune-geometry The removal of the `genericgeometry` subdirectory in dune-geometry will require some minor changes to dune-grid. This merge request collects those and should be merged once the corresponding branch in dune-geometry is merged, too. See merge request !120
-
- Nov 17, 2016
-
-
Ansgar Burchardt authored
Do not force grids to subclass Entity or Geometry The current implementation assumes that both the Entity and the Geometry of a grid are subclasses of Dune::Entity and Dune::Geometry. This requirement must have been introduced after 2.4.1 and is IMHO to much of restriction. After all these are just tests. With this MR we drop this additional restriction. Tested with opm-grid. Closes #36 Should be in the release. See merge request !114
-
- Nov 16, 2016
-
-
Ansgar Burchardt authored
Merge branch 'cleanup/typos' into 'master' [cleanup] fix some typos See merge request !125 See merge request !126
-
- Nov 11, 2016
-
-
Ansgar Burchardt authored
Merge branch 'feature/vtkwriter-polyhedron' into 'master' Polyhedron cells for VTKWriter. This feature implements the support for polyhedrons in VTKWriter. This MR depends on !103 . See merge request !105 See merge request !124
-
- Nov 10, 2016
-
-
Oliver Sander authored
[cleanup] fix some typos See merge request !125
-
- Nov 09, 2016
-
-
Ansgar Burchardt authored
Merge branch 'feature/FS1721-grid-selector' into 'master' Feature/fs1721 grid selector See flyspray/FS#1721 allow to enable/disable the gridselector feature. See merge request !98 See merge request !123
-
- Nov 08, 2016
-
-
Ansgar Burchardt authored
Merge branch 'feature/add-subentities-to-all-codims' into 'master' add method Entity::subEntities to all codimensions For polyhedral grids, it is not clear how many vertices a face (i.e., a general polygon) has. For elements, this information is provided by the (redundant) method Entity::subEntities. This patch add this usually redundant method to entities of all codimensions. See merge request !103 See merge request !122
-
- Nov 07, 2016
-
-
Robert K authored
Feature/fs1721 grid selector See flyspray/FS#1721 allow to enable/disable the gridselector feature. See merge request !98
-
Christoph Grüninger authored
add method Entity::subEntities to all codimensions For polyhedral grids, it is not clear how many vertices a face (i.e., a general polygon) has. For elements, this information is provided by the (redundant) method Entity::subEntities. This patch add this usually redundant method to entities of all codimensions. See merge request !103
-
- Nov 02, 2016
-
-
Ansgar Burchardt authored
Merge branch 'bugfix/use-std-tuple-in-onedgrid' into 'master' [bugfix] use std::tuple instead of plain tuple See merge request !119 See merge request !121
-
[bugfix] use std::tuple instead of plain tuple See merge request !119
-