Skip to content
Snippets Groups Projects
  1. Feb 18, 2017
  2. Feb 17, 2017
  3. Feb 15, 2017
  4. Feb 14, 2017
  5. Feb 13, 2017
  6. Jan 31, 2017
  7. Jan 02, 2017
  8. Dec 18, 2016
  9. Dec 15, 2016
  10. Nov 23, 2016
  11. Nov 22, 2016
  12. Nov 18, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-67e5c5a7' into 'releases/2.5' · 0b61d119
      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's avatar
      Merge branch 'cherry-pick-aafbf29e' into 'releases/2.5' · 63340ecb
      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
      63340ecb
    • Christian Engwer's avatar
      Merge branch 'feature/remove-generic-geometry' into 'master' · 60948833
      Christian Engwer authored and Ansgar Burchardt's avatar Ansgar Burchardt committed
      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
      60948833
  13. Nov 17, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'do-not-force-grids-to-subclass-master' into 'master' · b50e3159
      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
      b50e3159
  14. Nov 16, 2016
  15. Nov 11, 2016
  16. Nov 10, 2016
  17. Nov 09, 2016
  18. Nov 08, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-7b79d628' into 'releases/2.5' · 34933353
      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
      34933353
  19. Nov 07, 2016
  20. Nov 02, 2016
  21. Nov 01, 2016
  22. Oct 31, 2016
  23. Oct 27, 2016
  24. Oct 26, 2016
  25. Oct 25, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-1382293c' into 'releases/2.5' · 11e94228
      Ansgar Burchardt authored
      Merge branch 'feature/document-codim-parameter' into 'master'
      
      document sementics of codim parameter for IndexSet::subIndex
      
      If an entity of codimension cc > 0 is passed into IndexSet::subIndex, what
      is the semantics of the 'codim' parameter? In DUNE, codimensions are always
      with respect to the grid dimension (see method subEntity of reference element).
      
      This patch clearly states that codim is to be understood with respect to the
      grid dimension.
      
      See merge request !97
      
      See merge request !112
      11e94228
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-88bfaa67' into 'releases/2.5' · 4c82dae4
      Ansgar Burchardt authored
      Merge branch 'feature/fix-headercheck' into 'master'
      
      Fix includes etc. to make headercheck pass
      
      This should solve #35 .
      
      See merge request !108
      
      See merge request !111
      4c82dae4
  26. Oct 24, 2016
  27. Oct 22, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-4e299ac9' into 'releases/2.5' · b307c403
      Ansgar Burchardt authored
      Merge branch 'feature/avoid-calling-deprecated-size-methods' into 'master'
      
      Avoid calling deprecated methods
      
      This silences several compiler warnings from gcc 6.2.0 looking like this:
      
          dune/grid/common/grid.hh:730:45: warning:
          ‘int Dune::OneDGrid::overlapSize(int, int) const’ is deprecated:
          "overlapSize() is deprecated. Use the method on the
          LevelGridView instead." [-Wdeprecated-declarations]
      
      See merge request !107
      
      See merge request !110
      b307c403
  28. Oct 21, 2016
    • Christian Engwer's avatar
      Merge branch 'feature/avoid-calling-deprecated-size-methods' into 'master' · e87766f3
      Christian Engwer authored and Ansgar Burchardt's avatar Ansgar Burchardt committed
      Avoid calling deprecated methods
      
      This silences several compiler warnings from gcc 6.2.0 looking like this:
      
          dune/grid/common/grid.hh:730:45: warning:
          ‘int Dune::OneDGrid::overlapSize(int, int) const’ is deprecated:
          "overlapSize() is deprecated. Use the method on the
          LevelGridView instead." [-Wdeprecated-declarations]
      
      See merge request !107
      e87766f3
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-e2946e00' into 'releases/2.5' · bbd9d1bc
      Ansgar Burchardt authored
      Merge branch 'feature/fix-uggrid-subindex' into 'master'
      
      Fix subIndex method for UGGrid
      
      When using Hygrid::ifElse always keep in mind that some types in
      the functions given as "if" and "else" branch are fixed, such that
      compilation may fail altough the template is not instanciated.
      
      To avoid this, those functions have one templated parameter which
      is instanciated with the identity for the selected branch. Passing
      objects through this branch will delay resolution of their type
      until instantiation which does only happen for the selected branch.
      
      By passing the entity through `id` we use this to make subIndex
      compile for clang. It seems that gcc is less picky here.
      
      See merge request !101
      
      See merge request !106
      bbd9d1bc
Loading