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