15 #if !defined(KRATOS_STANDARD_PRECONDITIONER_FACTORY_H_INCLUDED )
16 #define KRATOS_STANDARD_PRECONDITIONER_FACTORY_H_INCLUDED
59 template <
typename TSparseSpace,
typename TLocalSpace,
typename TPreconditionerType>
81 return typename PreconditionerType::Pointer(
new TPreconditionerType());
97 template <
typename TSparseSpace,
typename TLocalSpace,
typename TPreconditionerType>
101 rOStream <<
"StandardPreconditionerFactory" << std::endl;
Here we add the functions needed for the registration of preconditioners.
Definition: preconditioner_factory.h:62
Preconditioner class.
Definition: preconditioner.h:75
Here we add the functions needed for the registration of preconditioners.
Definition: standard_preconditioner_factory.h:62
PreconditionerType::Pointer CreatePreconditioner() const override
This method is an auxiliar method to create a new solver.
Definition: standard_preconditioner_factory.h:79
void RegisterPreconditioners()
Definition: standard_preconditioner_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432