Skip to content
Snippets Groups Projects
  1. Jul 02, 2018
  2. Jun 28, 2018
  3. Jun 25, 2018
  4. May 22, 2018
  5. 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
  6. May 09, 2018
  7. Oct 27, 2017
  8. 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
  9. Jul 31, 2017
  10. 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
  11. Apr 06, 2017
  12. Mar 23, 2017
  13. Mar 20, 2017
  14. Mar 17, 2017
  15. Mar 10, 2017
  16. Feb 09, 2017
  17. Jan 31, 2017
  18. Jan 30, 2017
  19. Dec 13, 2016
  20. 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
  21. Sep 27, 2016
  22. 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
    • Thomas Fetzer's avatar
      [vtk][test] Start vtk numbering with 0 · 0b670e7b
      Thomas Fetzer authored
      this means
      * the first vtk (normally the initial solution) is *-00000.vtu
      * if all timesteps are writen the time step number and vtk number correspond
      0b670e7b
  23. Jun 28, 2016
  24. Mar 23, 2016
  25. Mar 10, 2016
  26. Mar 09, 2016
Loading