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