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