- Feb 16, 2017
-
-
Ansgar Burchardt authored
If the code path should never be reached, having an exception thrown makes it easier to nitce it was reached after all.
-
Ansgar Burchardt authored
-
- Feb 13, 2017
-
-
Oliver Sander authored
Apply vertex reordering to boundary segment vertices Closes staging/dune-uggrid#18 See merge request !145
-
Oliver Sander authored
Adapt to changes of the UG CreateDomain method See merge request !146
-
- Feb 11, 2017
-
-
Oliver Sander authored
Said method lost three arguments in staging/dune-uggrid!45 This patch contains the corresponding changes in the UGGrid implementation.
-
- Feb 10, 2017
-
-
Oliver Sander authored
UG wants all boundary vertices to be listed before the other ones. Therefore, the UGGrid GridFactory reorders the vertices before they get inserted into the actual UGGrid object. Unfortunately, vertices of explicitly given boundary segments used the wrong numbering. Therefore, constructing grids with explicitly given boundary segments would fail, unless the vertices happened to be in the correct order. This fixes staging/dune-uggrid#18
-
- Jan 31, 2017
- Jan 23, 2017
-
-
Oliver Sander authored
Add missing renumbering in UGGridEntity specialization See merge request !136
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Oliver Sander authored
[utility.parmetisgridpartitioner] fix "temporary cannot bind to non-const ref" error See merge request !142
-
- Jan 22, 2017
-
-
Tobias Leibner authored
-
- Jan 17, 2017
-
-
Christoph Grüninger authored
Use std::array instead of std::vector for offset See merge request !141
-
- Jan 05, 2017
-
-
Christoph Grüninger authored
* The size is fixed and known at compile time. * No more maybe-uninitialized warnings
-
- Dec 24, 2016
-
-
Christoph Grüninger authored
Change module version number to 2.6-git See merge request !139
-
- Dec 23, 2016
-
-
Christoph Grüninger authored
-
- Dec 15, 2016
-
-
Ansgar Burchardt authored
-
- Dec 06, 2016
-
- Dec 05, 2016
-
-
Christian Engwer authored
add conversion of PartitionIteratorType to PartitionSet This patch adds a function "partitionSet<PartitionIteratorType>()" to convert a given PartitionIteratorType into a PartitionSet. This helps in the transition from PartitionIteratorTypes to PartitionSets. See merge request !45
-
Christian Engwer authored
Do not check non existent geometries This MR introduces hasGeometry<Grid,codim> and makes sure that the grid check does not test these geometries for subentities. It turns out that all the grids I use do implement all geometries (my previous claim was an oversight). Unfortunately I had to base this on !114 which needs to get merged before. I will mark this as WIP until that time. Closes #14 Closes #40 See merge request !117
-
Dominic Kempf authored
Yasp allows this feature, the DGF parser should not shadow it.
-
- 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.
-
Christoph Grüninger authored
Correct spelling errors [ci skip] connot -> cannot verticies -> vertices See merge request !133
-
connot -> cannot verticies -> vertices
-
Christoph Grüninger authored
[bugfix] add missing header guards and headers to make headercheck pass See merge request !127
-
-
Christoph Grüninger authored
Use Hybrid::forEach instead of wrapper ForLoop Use `Hybrid::forEach` instead of wrapper `ForLoop`. See merge request !128
-
- Nov 21, 2016
-
-
Marco Agnese authored
-
Marco Agnese authored
-
- Nov 17, 2016
-
-
Jö Fahlke authored
[bugfix] fix lookup of swap function This fixes dune-common#55. See merge request !130
-
Felix Gruber authored
This fixes dune-common#55.
-
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 10, 2016
-
-
Oliver Sander authored
[cleanup] fix some typos See merge request !125
-
Felix Gruber authored
-
- Nov 08, 2016
-
- Nov 07, 2016