Struct implementing a make function which creates a preconditioner Can create arbitrary preconditioners using parameter packs as template arguments.
More...
template<class OriginalPreconditioner, class... Args>
struct Dune::PreconditionerMaker< OriginalPreconditioner, Args >
Struct implementing a make function which creates a preconditioner Can create arbitrary preconditioners using parameter packs as template arguments.
- Template Parameters
-
OriginalPreconditioner | - An arbitrary preconditioner type |
...Args | - All arguments needed to construct the preconditioner of choice |