Skip to content
Snippets Groups Projects
  1. Apr 26, 2018
  2. Apr 23, 2018
  3. Apr 17, 2018
  4. Apr 15, 2018
  5. Apr 10, 2018
  6. Apr 06, 2018
  7. Apr 05, 2018
  8. Mar 29, 2018
  9. Mar 27, 2018
  10. Mar 15, 2018
  11. Mar 01, 2018
  12. Feb 12, 2018
  13. Feb 09, 2018
  14. Feb 07, 2018
  15. Feb 01, 2018
  16. Jan 18, 2018
    • Timo Koch's avatar
      [solver] Remove TypeTag dependency of linear solver · ac426f91
      Timo Koch authored
      This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag
      
      * Linear solvers don't need type tag anymore, in fact they don't need any template params
      * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller)
      * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
      ac426f91
  17. Jan 16, 2018
  18. Jan 10, 2018
  19. Jan 08, 2018
  20. Jan 06, 2018
  21. Dec 21, 2017
  22. Dec 19, 2017
  23. Oct 16, 2017
  24. Mar 20, 2017
  25. Jan 30, 2017
  26. Dec 13, 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
    • 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
  28. Jun 28, 2016
  29. Mar 23, 2016
    • Larissa de Vries's avatar
      [cleanup][tests] Use new standard grid creator for structured grids · c86f4bfe
      Larissa de Vries authored and Timo Koch's avatar Timo Koch committed
      This includes several tasks (in this commit tutorial / stokes / 1p / 2p-sequential)
      * Remove unnecessary header includes
      * Use vectors / FieldVectors when reading from input file more often
      * Use input file for structured grids instead of dgf files for most tests
      * Adapt usage message
      
      Several severe fixes to the original commit were provided by Dennis.
      c86f4bfe
  30. Mar 10, 2016
  31. Feb 02, 2016
  32. Jan 22, 2016
  33. Dec 08, 2015
  34. Oct 19, 2015
Loading