19#include <Precond_base.h>
27 Declare_instanciable_sans_constructeur(
SSOR);
: This class is an OWN_PTR but the pointed object is shared among multiple
Matrice_Base class - Base class of the matrix hierarchy.
Matrice_Morse_Sym class - Represents a sparse symmetric matrix M stored in Morse format.
void reinit(Init_Status x=REINIT_ALL)
this method must be called before preconditionner() whenever the matrix changes (coefficients only or...
void prepare_(const Matrice_Base &, const DoubleVect &secmem) override
this method must be overloaded if some preparation is necessary.
void ssor(const Matrice_Morse_Sym &, DoubleVect &)
int get_flag_updated_input() const override
int preconditionner_(const Matrice_Base &, const DoubleVect &secmem, DoubleVect &solution) override
Calcule la solution du systeme lineaire: A * solution = b avec la methode de relaxation SSOR.