Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Oct 30, 2020
  3. Oct 28, 2020
  4. Oct 27, 2020
  5. Oct 16, 2020
  6. Sep 30, 2020
  7. Sep 29, 2020
  8. Sep 09, 2020
  9. Aug 27, 2020
  10. Aug 06, 2020
  11. Jun 15, 2020
  12. May 04, 2020
    • Dennis Gläser's avatar
      [facet][box] do not use modified elembctypes · 4e4c35d6
      Dennis Gläser authored
      This commit also modifies the tracer_tracer test, as this failed for box
      after removing the elembctypes. This is because it was using Neumann
      no-flow boundary conditions for the fracture domain on the left boundary
      while the bulk problem used Dirichlet BCs. The old elembctypes for box
      were discarding Dirichlet BCs on those nodes on the boundary that also
      couple to fractures in order for the coupling conditions to be
      fulfilled. However, that discards the boundary condition. With this
      commit, Dirichlet BCs are always fulfilled, but for the tracer test this
      means that as a consequence, the pressure in the fracture on the left
      side is equal to the bulk pressure - because it uses Dirichlet-type
      coupling conditions. This commit changes the test such that it uses
      Dirichlet BCs in the bulk domain only on the lower part of the boundary
      such that the fracture touches the domain boundary at a no-flow
      boundary.
      4e4c35d6
  13. Apr 28, 2020
  14. Apr 27, 2020
  15. Apr 23, 2020
    • Bernd Flemisch's avatar
      [test][co2][parallel] compare only against sequential solutions · 0da906bc
      Bernd Flemisch authored
      The distribution of an unstructured across several processes is
      not stable in the sense that a process will always get the same
      elements. Not over several Dune versions and possibly even not
      between different machines. Threfore, don't compare the solution
      for a single process.
      0da906bc
  16. Apr 22, 2020
  17. Apr 16, 2020
  18. Apr 07, 2020
  19. Apr 06, 2020
  20. Mar 31, 2020
  21. Mar 30, 2020
  22. Mar 26, 2020
    • Timo Koch's avatar
      [test] Remove Maxwell-Stefan tracer test · ef97a4d5
      Timo Koch authored and Ned Coltman's avatar Ned Coltman committed
      The idea of the tracer model is really tied to Fickian diffusion and components
      with small concentration diffusing in a bulk phase. Hence also it's name.
      The Maxwell-Stefan test actual models 3 gaseous components where none of
      the components is really the main phase but most importantly there is no
      bulk phase with a main component that is not considered in the equations.
      Thus the 1pnc model is the right choice for such a test.
      This changes the test to derive from the 1pnc model. As for the given
      setting with only Neumann boundaries the 1pnc wouldn't convergence for
      a compressible fluid, the Ideal gas law is used to model a
      compressible gas.
      
      The same test actually exists for the 1pnc model already in 1pnc/implicit/1p3c.
      Thus this commit simply removes the tracer test.
      ef97a4d5
  23. Mar 18, 2020
  24. Mar 17, 2020
  25. Mar 15, 2020
  26. Mar 04, 2020
  27. Feb 01, 2020
Loading