Skip to content
Snippets Groups Projects
  1. Nov 10, 2016
  2. Nov 09, 2016
  3. 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
  4. Nov 07, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
  7. Oct 31, 2016
  8. Oct 27, 2016
  9. Oct 26, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'cherry-pick-f7bf5805' into 'releases/2.5' · 9e9cb14d
      Ansgar Burchardt authored
      Merge branch 'feature/fix-staticcheck-subindex-codim' into 'master'
      
      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 checking for codim=0
      we now check for all codims in this range.
      
      This fixed an issue mentioned in #37.
      
      See merge request !115
      
      See merge request !116
      9e9cb14d
    • Carsten Gräser's avatar
      Merge branch 'feature/fix-staticcheck-subindex-codim' into 'master' · 39769601
      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
      39769601
  10. 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
  11. Oct 24, 2016
  12. 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
  13. 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
  14. Oct 20, 2016
    • Carsten Gräser's avatar
      Merge branch 'feature/fix-uggrid-subindex' into 'master' · fde4cb07
      Carsten Gräser authored and Ansgar Burchardt's avatar Ansgar Burchardt committed
      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
      fde4cb07
  15. Oct 19, 2016
  16. Oct 18, 2016
Loading