- 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
-
-
Robert K authored
-
Robert K authored
-
Robert K authored
Feature/fs1721 grid selector See flyspray/FS#1721 allow to enable/disable the gridselector feature. See merge request !98
-
Robert K authored
-
Robert K authored
The newly introduced variable is called DUNE_GRID_GRIDTYPE_SELECTOR.
-
-
the actual test implementation is now in a check*.hh file, like for most grid tests
-
- the actual test is in test-dgf.cc - we provide very small test files per grid, which call the actual dgf test
-
Robert K authored
-
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 05, 2016
-
-
Christian Engwer authored
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
-
Felix Gruber authored
To use Std::bool_constant, we need to include <dune/common/std/type_traits.hh>.
-
- Nov 04, 2016
-
-
Martin Nolte authored
-
Martin Nolte authored
-
- Nov 02, 2016
-
-
Oliver Sander authored
[bugfix] use std::tuple instead of plain tuple See merge request !119
-
Martin Nolte authored
-
- Oct 31, 2016
-
-
Carsten Gräser authored
No longer disable constructor for old GCC versions DUNE already requires GCC 4.9 or later. See merge request !104
-
- Oct 26, 2016
-
-
Markus Blatt authored
For this we need to convert the dynamic codim to to a compile time one. We restricted ourselves to codim <= 3.
-
Markus Blatt authored
Default is true for all codims and will allow us to prevent geometries that are not implemented.
-
Ansgar Burchardt authored
DUNE already requires GCC 4.9 or later.
-
Carsten Gräser authored
Fix codim for subIndex() method For an entity e with codim=cc subIndex(e,i,codim) is only available for cc<=codim<=dim. Instead of checkoing for codim=0 we now check for all codims in this range. This fixed an issue mentioned in #37. See merge request !115
-