Skip to content
Snippets Groups Projects
Commit ac426f91 authored by Timo Koch's avatar Timo Koch
Browse files

[solver] Remove TypeTag dependency of linear solver

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
parent 6257432d
No related branches found
No related tags found
1 merge request!738Feature/make linearsolver independent of typetag
Showing
with 220 additions and 211 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment