Skip to content
Snippets Groups Projects
  1. Nov 13, 2018
  2. Nov 09, 2018
  3. Nov 02, 2018
  4. Aug 16, 2018
  5. Jul 20, 2018
  6. Jul 02, 2018
  7. Jun 28, 2018
  8. Jun 25, 2018
  9. May 22, 2018
  10. 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
  11. May 09, 2018
  12. Oct 27, 2017
  13. 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
  14. Jul 31, 2017
  15. 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
  16. Apr 06, 2017
  17. Mar 23, 2017
  18. Mar 20, 2017
  19. Mar 17, 2017
  20. Mar 10, 2017
  21. Feb 09, 2017
  22. Jan 31, 2017
  23. Jan 30, 2017
  24. Dec 13, 2016
  25. Nov 23, 2016
    • Timo Koch's avatar
      [fvGeometry] introduce global-local-bind concept · 4056c771
      Timo Koch authored
      The global object can create an empty temporary local object that
      can be bound to an element/stencil. This is closer to the
      current dumux-stable implementation and still allows to switch
      between global caching (for smaller problems where memory is not an issue)
      and local caching (variables are precomputed for each element assemble temporarily)
      
      Works for cc and box (in 2d). Box needs some performance improvement,
      probably when creating the box geometries. But also other parts
      might be possbile to optimize.
      4056c771
    • Dennis Gläser's avatar
      [geomechanics][elastic] implement elastic model in new structure · b7d5f976
      Dennis Gläser authored and Timo Koch's avatar Timo Koch committed
      This commit introduces the necessary changes and new classes for a
      cctpfa elastic model. Checking the results suggest, that a simple
      tpfa scheme is not suitable for linear elasticity, not even on structured
      grids. It is thus questionable wether or not this implementation will be deleted
      in the future. Note that it only works in 2d so far.
      b7d5f976
  26. Sep 27, 2016
  27. Jul 26, 2016
    • Bernd Flemisch's avatar
      remove superfluous `Dumux::` qualifiers · 35bf6f1d
      Bernd Flemisch authored
      Everything in our .hh files is defined within the namespace `Dumux`.
      There were numerous occurrences of `Dumux::` qualifiers that were
      unnecessary. Remove those occurrences. Necessary qualifications
      remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
      35bf6f1d
Loading