Struct implementing a make function which creates a preconditioner Can create arbitrary preconditioners using parameter packs as template arguments.
More...
#include <PreconditionerWithUpdate.hpp>
|
|
using | GenericPreconditioner = Preconditioner< typename OriginalPreconditioner::domain_type, typename OriginalPreconditioner::range_type > |
| |
|
|
| PreconditionerMaker (Args... args) |
| |
|
std::unique_ptr< GenericPreconditioner > | make () override |
| |
|
|
std::tuple< Args... > | args_ |
| |
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 |
The documentation for this struct was generated from the following file: