Template Struct PreconditionerBaseVisitor
Defined in File basic-preconditioners.hpp
Inheritance Relationships
Base Type
public nanobind::def_visitor< PreconditionerBaseVisitor< Preconditioner > >
Struct Documentation
-
template<typename Preconditioner>
struct PreconditionerBaseVisitor : public nanobind::def_visitor<PreconditionerBaseVisitor<Preconditioner>> -
Public Functions
-
template<typename ...Ts>
inline void execute(nb::class_<Preconditioner, Ts...> &cl)
-
template<typename ...Ts>