Skip to content
Snippets Groups Projects
  1. Aug 18, 2017
  2. Aug 02, 2017
  3. Jul 06, 2017
  4. Jun 16, 2017
  5. Jun 12, 2017
  6. Dec 23, 2016
  7. Dec 15, 2016
  8. Nov 28, 2016
  9. Nov 25, 2016
  10. Nov 23, 2016
  11. Nov 22, 2016
  12. 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
  13. Nov 14, 2016
  14. 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
  15. Nov 06, 2016
Loading