Skip to content
Snippets Groups Projects
  1. Mar 01, 2019
  2. Dec 18, 2018
  3. Dec 17, 2018
  4. Dec 03, 2018
  5. Nov 17, 2018
  6. Nov 13, 2018
  7. Nov 09, 2018
  8. Nov 02, 2018
  9. Aug 16, 2018
  10. Jul 20, 2018
  11. Jul 02, 2018
  12. Jun 28, 2018
  13. Jun 25, 2018
  14. May 22, 2018
  15. May 10, 2018
    • Dennis Gläser's avatar
      [poroelastic] add test · 31d9ed1b
      Dennis Gläser authored
      31d9ed1b
    • Dennis Gläser's avatar
      add poroelasticity framework · d27706cc
      Dennis Gläser authored
      d27706cc
    • Dennis Gläser's avatar
      [elastic] simplify test · dc76b1f1
      Dennis Gläser authored
      dc76b1f1
    • Dennis Gläser's avatar
      [geomechanics] remove cc-compatibility · 8c9e8a37
      Dennis Gläser authored
      Some of the interfaces were designed such that they are in agreement
      with the porous medium flow framework where we make them work for
      both cell-centered as well as the box scheme. In the geomechanics
      framework we now make use of the fact that cell-centered schemes are not
      considered and use more FEM-like interfaces for the parameters required
      for stress evaluations. This might enable us to rename/redefine these
      interfaces to work with both FEM as well as Box. However, if
      cell-centered schemes for geomechanics are to be implemented one day,
      the whole structure would have to be overthought.
      8c9e8a37
  16. May 09, 2018
  17. Oct 27, 2017
  18. Oct 10, 2017
    • Kilian Weishaupt's avatar
      Fix deprecation warning for Dune MCMG Mapper · 81e6f26f
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      * Dune > 2.5 uses a new interface and only required GridView as template
        argument for the mapper type
      * for the constructor, an additional argument is now required:
        elementMapper_(gridView, Dune::mcmgElementLayout())
        vertexMapper_(gridView, Dune::mcmgVertexLayout())
      
      (cherry picked from commit 6b4dc071)
      81e6f26f
  19. Jul 31, 2017
  20. Jul 26, 2017
    • Kilian Weishaupt's avatar
      Fix deprecation warning for Dune MCMG Mapper · 6b4dc071
      Kilian Weishaupt authored
      * Dune > 2.5 uses a new interface and only required GridView as template
        argument for the mapper type
      * for the constructor, an additional argument is now required:
        elementMapper_(gridView, Dune::mcmgElementLayout())
        vertexMapper_(gridView, Dune::mcmgVertexLayout())
      6b4dc071
  21. Apr 06, 2017
  22. Mar 23, 2017
  23. Mar 20, 2017
  24. Mar 17, 2017
  25. Mar 10, 2017
  26. Feb 09, 2017
Loading