Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
  2. Jul 12, 2018
  3. Jun 28, 2018
  4. May 03, 2018
  5. Apr 17, 2018
  6. Apr 05, 2018
  7. Mar 29, 2018
  8. Mar 15, 2018
  9. Mar 01, 2018
  10. Feb 07, 2018
  11. 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
  12. Jan 16, 2018
  13. Jan 08, 2018
  14. Jan 06, 2018
  15. Dec 19, 2017
  16. Dec 15, 2017
  17. Dec 08, 2017
  18. Nov 20, 2017
  19. Feb 10, 2017
  20. Dec 16, 2016
  21. Nov 23, 2016
  22. 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
  23. Feb 02, 2016
  24. Dec 08, 2015
  25. Nov 03, 2015
  26. Jul 21, 2015
  27. Jan 23, 2015
    • Bernd Flemisch's avatar
      [implicit] complete and test dim < dimWorld capability · 9f61cb18
      Bernd Flemisch authored
      All implicit porous-media models except 2pdfm are now able to run on
      grids with dim < dimWorld. This still required some replacements of dim
      by dimWorld, for example, in the velocity output of all models. In
      implicit/1p, four new tests are added that run the 1p test problem on
      1d-2d and 1d-3d Alberta grids with box and cell-centered, respectively.
      Compilation has been tested also for all other models, but no runtime
      testing has been performed.
      
      This completes FS#183. Based upon preliminary work and a patch by
      Natalie, thank you.
      
      Reviewed by Natalie.
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14110 2fb0f335-1f38-0410-981e-8018bf24f1b0
      9f61cb18
  28. May 29, 2014
  29. May 16, 2014
  30. May 07, 2013
  31. Mar 07, 2013
Loading