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