Skip to content
Snippets Groups Projects
  1. Dec 15, 2016
  2. Nov 28, 2016
  3. Nov 25, 2016
  4. Nov 23, 2016
  5. Nov 22, 2016
  6. Nov 17, 2016
    • Ansgar Burchardt's avatar
      Merge branch 'feature/affine-geometry-delegating-constructors' into 'master' · fc208a29
      Ansgar Burchardt authored
      [cleanup] use delegating constructors for AffineGeometry
      
      Since we started to require C++11-compatible compilers, we can now make
      use of delegating constructors to remove code duplication and make the
      intention of the constructors more clear.
      
      AffineGeometry's constructors always come in pairs: one taking a
      ReferenceElement and one taking a GeometryType. Since the GeometryType
      is only used to look up a ReferenceElement and then proceed identical to
      the former constructor, we can instead delegate the actual construction
      from the latter to the former constructor.
      
      See merge request !36
      fc208a29
    • Christoph Grüninger's avatar
      Merge branch 'feature/remove_forloop' into 'master' · 8110010b
      Christoph Grüninger authored
      Use Hybrid::forEach instead of wrapper ForLoop
      
      Use `Hybrid::forEach` instead of wrapper `ForLoop`.
      
      See merge request !37
      8110010b
  7. Nov 14, 2016
  8. Nov 10, 2016
    • Felix Gruber's avatar
      [cleanup] use delegating constructors for AffineGeometry · be53bb1a
      Felix Gruber authored
      Since we started to require C++11-compatible compilers, we can now make
      use of delegating constructors to remove code duplication and make the
      intention of the constructors more clear.
      
      AffineGeometry's constructors always come in pairs: one taking a
      ReferenceElement and one taking a GeometryType. Since the GeometryType
      is only used to look up a ReferenceElement and then proceed identical to
      the former constructor, we can instead delegate the actual construction
      from the latter to the former constructor.
      be53bb1a
    • Carsten Gräser's avatar
      [doc] Fix typo · 1019d7c0
      Carsten Gräser authored
      1019d7c0
  9. Nov 06, 2016
  10. Nov 05, 2016
    • Christian Engwer's avatar
      Merge branch 'feature/remove-generic-geometry' into 'master' · 76b1d4bf
      Christian Engwer authored
      remove generic geometry subdirectory
      
      On the last developer meeting, we agree on the following things:
      - The `genericgeometry` subdirectory should vanish in the next DUNE release.
      - All content of the namespace GenericGeometry is considered an implemenation detail.
      
      This merge implements these decisions. All functionality that is sitll required is migrated into the appropriate headers in `dune/geometry` and put into the namespace `Impl`. 
      
      **Note**: There is *no transition phase* for the content of the `genericgeometry` subdirectory.
      
      See merge request !34
      76b1d4bf
  11. Nov 04, 2016
  12. Nov 02, 2016
Loading