Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Apr 09, 2013
  3. Apr 08, 2013
  4. Mar 31, 2013
  5. Mar 12, 2013
  6. Mar 11, 2013
  7. Mar 06, 2013
  8. Mar 05, 2013
    • Christian Engwer's avatar
      [test-quadrature] · bc0bca07
      Christian Engwer authored
      - increase max order
      
      [[Imported from SVN: r471]]
      bc0bca07
    • Christian Engwer's avatar
      [test-quadrature] · 060f242b
      Christian Engwer authored
      - the sum is not good conditioned, so the error in the weights should be proportional to
        the number of quadrature points
      
      [[Imported from SVN: r470]]
      060f242b
    • Christian Engwer's avatar
      [quadrature] · b8d8b304
      Christian Engwer authored
      refactor maxima code to allow easier implementation of new quadraturerules
      
      [[Imported from SVN: r469]]
      b8d8b304
    • Christian Engwer's avatar
      [test] · e3a23f67
      Christian Engwer authored
      merge test-genericquadrature and test-quadrature
      
      [[Imported from SVN: r468]]
      e3a23f67
    • Christian Engwer's avatar
      [quadraturerules] · 3cd28ba8
      Christian Engwer authored
      - only use SimplexQuadratureRule<2> when order is <= 12
      - otherwise use GenericQuadratureRule
      
      [[Imported from SVN: r467]]
      3cd28ba8
    • Christian Engwer's avatar
      [quadraturerules] · 6f8db0f2
      Christian Engwer authored
      - move major parts of SimplexQuadratureRule into a seperate file
      - remove all construction parts from SimplexQuadratureRule<3> -> use GenericQuadratureRule
      - remove several unused typedefs and enums
      
      [[Imported from SVN: r466]]
      6f8db0f2
    • Christian Engwer's avatar
      [quadraturerules] · b31bc56d
      Christian Engwer authored
      remove unused pyramid rules implementationc
      
      [[Imported from SVN: r465]]
      b31bc56d
    • Christian Engwer's avatar
      [quadraturerules] · 9187d9e0
      Christian Engwer authored
      - rename 1D gauss quadrature rule to GaussQuadratureRule1D
      - update other files and filenames accordingly
      - update maxima generator
      
      [[Imported from SVN: r464]]
      9187d9e0
    • Christian Engwer's avatar
      [quadraturerules] · e51abb37
      Christian Engwer authored
      drop the dimension of the jacobi quadrules (they are always 1D)
      
      [[Imported from SVN: r463]]
      e51abb37
    • Christian Engwer's avatar
      [quadraturerules] · 2b19da23
      Christian Engwer authored
      drop CubeQuadratureRule, which is now covered by the GeneircQuadratureRule
      and the PointQuadratureRule.
      
      Only the 1D Gauss quadrature stays and will be renamed later
      
      [[Imported from SVN: r462]]
      2b19da23
    • Christian Engwer's avatar
      [quadraturerules] · 14d91fcf
      Christian Engwer authored
      add a new header which holds the 1D quadrature rule
      
      [[Imported from SVN: r461]]
      14d91fcf
    • Christian Engwer's avatar
      [quadraturerules] · af176844
      Christian Engwer authored
      - make all parts of the GenericQuadratureRule private
      
      [[Imported from SVN: r460]]
      af176844
    • Christian Engwer's avatar
      [quadraturerules] · 1963fb5a
      Christian Engwer authored
      - reimplement genericquadrature dynamically
      => significant reduction in compile time
      => same run-time
      - update quadraturerules.hh accordingly
      
      [[Imported from SVN: r459]]
      1963fb5a
    • Christian Engwer's avatar
      [test] · b4c8a53d
      Christian Engwer authored
      remove unsued typedefs
      
      [[Imported from SVN: r458]]
      b4c8a53d
    • Christian Engwer's avatar
      [quadraturerules] · 4b90326e
      Christian Engwer authored
      make genericquadraturerules available via the official interface
      
      [[Imported from SVN: r457]]
      4b90326e
    • Christian Engwer's avatar
      [genericquadrature] · 9043c2b2
      Christian Engwer authored
      add compare operator for new Key to make the TopologyFactory happy
      
      [[Imported from SVN: r456]]
      9043c2b2
    • Christian Engwer's avatar
      [test] · 50d37e6e
      Christian Engwer authored
      start unifying test-genericquadrature and test-quadrature
      
      [[Imported from SVN: r455]]
      50d37e6e
    • Christian Engwer's avatar
      [genericquadrature] · b2b255ed
      Christian Engwer authored
      - get rid of static quadraturetype information (passed as OneDQuad)
      - use runtime QuadratureType
      - remove obsolete gaussquadrature.hh
      
      [[Imported from SVN: r454]]
      b2b255ed
    • Christian Engwer's avatar
      [genericquadrature] · 981c1c0d
      Christian Engwer authored
      tunnel the QuadratureType through the SingletonFactory
      
      [[Imported from SVN: r453]]
      981c1c0d
    • Christian Engwer's avatar
      [genericquadrature] · d6a5fbd6
      Christian Engwer authored
      first steps to pass the QuadratureType at run-time
      
      [[Imported from SVN: r452]]
      d6a5fbd6
    • Christian Engwer's avatar
      [test] · 543799e2
      Christian Engwer authored
      remove obsolete release call
      
      [[Imported from SVN: r451]]
      543799e2
    • Christian Engwer's avatar
      [genericquadrature] · 0ad1a4e4
      Christian Engwer authored
      directly use QuadratureRule instead of the reimplementation named "Quadrature"
      
      [[Imported from SVN: r450]]
      0ad1a4e4
    • Christian Engwer's avatar
      [genericquadrature] · 93d8c43f
      Christian Engwer authored
      test: use typedefs of the Dune interface
      
      [[Imported from SVN: r449]]
      93d8c43f
    • Christian Engwer's avatar
      [genericquadrature] · 008cb872
      Christian Engwer authored
      remove non-interface methods
      
      [[Imported from SVN: r448]]
      008cb872
  9. Feb 22, 2013
  10. Feb 20, 2013
Loading