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. Jan 10, 2018
  4. Jan 08, 2018
  5. Jan 06, 2018
  6. Dec 21, 2017
  7. Dec 20, 2017
  8. Dec 19, 2017
  9. Dec 15, 2017
  10. Dec 11, 2017
  11. Dec 10, 2017
  12. Dec 09, 2017
  13. Dec 08, 2017
  14. Dec 06, 2017
  15. Nov 27, 2017
  16. Nov 21, 2017
  17. Nov 20, 2017
Loading