Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
  2. Jun 22, 2020
  3. May 29, 2020
  4. May 28, 2020
    • Patrick Jaap's avatar
      LocalADOLCStiffness: use "hessian2" instead of "hess_vec" · 18229443
      Patrick Jaap authored
      With this commit, we do two things:
      
      -  replace "hess_vec" with a simpler call of  "hessian" which
         calls internally "hess_vec".
      
      - use "hessian2" by default instead of "hessian". "hessian2" calls
        internally "hess_mat" which is faster than "hessian/hess_vec".
        If the user encounters probems with the new "hessian2" driver, a
        boolean "useHessian2" can be set to false in the constructor.
      18229443
  5. May 27, 2020
  6. May 26, 2020
  7. May 14, 2020
  8. May 13, 2020
  9. May 12, 2020
  10. May 11, 2020
  11. May 07, 2020
    • oliver.sander_at_tu-dresden.de's avatar
      Merge branch 'feature/move-to-dune-functions-bases' into 'master' · 8b27c630
      oliver.sander_at_tu-dresden.de authored
      Migrate from dune-fufem to dune-functions bases
      
      See merge request agnumpde/dune-elasticity!18
      8b27c630
    • Patrick Jaap's avatar
      Migrate from dune-fufem to dune-functions bases · e98cc3b0
      Patrick Jaap authored
      - local energies and assemblers depend now on the localView, instead of the element and the localFiniteElement
      - the basis is now assumed to be a powerBasis (dune-functions compatible)
      - this features flat element vector and matrix types and simplifies the implementation
      - all affected classes are now in the Dune::Elasticity namespace
      
      - for backwards compatibility, old implementation are kept in the "Dune" namespace and deprecated messages are placed
      - the TrustRegionSolver is also capable of the new powerBasis
      
      - TODO: dune-parmg is still hardwired to scalar basis types, therefore usage is not possible with the new basis
      e98cc3b0
  12. May 04, 2020
  13. May 03, 2020
  14. Apr 28, 2020
  15. Apr 27, 2020
  16. Apr 16, 2020
Loading