Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  2. Apr 05, 2018
  3. Mar 29, 2018
  4. Mar 15, 2018
  5. Mar 01, 2018
  6. Feb 07, 2018
  7. 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
  8. Jan 16, 2018
  9. Jan 08, 2018
  10. Jan 06, 2018
  11. Dec 19, 2017
  12. Dec 15, 2017
  13. Dec 08, 2017
  14. Nov 20, 2017
  15. Feb 10, 2017
  16. Dec 16, 2016
  17. Nov 23, 2016
  18. 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
  19. Feb 02, 2016
  20. Dec 08, 2015
  21. Nov 03, 2015
  22. Jul 21, 2015
  23. 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
  24. May 29, 2014
  25. May 16, 2014
  26. May 07, 2013
  27. Mar 07, 2013
  28. Feb 26, 2013
  29. Feb 25, 2013
  30. Jan 31, 2013
  31. Dec 04, 2012
  32. Nov 27, 2012
  33. Sep 18, 2012
Loading