PrecondSolv#
#include <PrecondSolv.h>
How to cite this class in this doc#
:ref:`PrecondSolv <class-precondsolv>`
[PrecondSolv](#class-precondsolv)
Detailed description#
Inherits from#
public : Precond_base
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
int PrecondSolv::duplique() const override
Reimplements:
How to cite in this doc:
:ref:`int PrecondSolv::duplique() const override <public-int-precondsolv-duplique-const-override>`
[int PrecondSolv::duplique() const override](#public-int-precondsolv-duplique-const-override)
const Type_info * PrecondSolv::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Reimplements:
How to cite in this doc:
:ref:`const Type_info * PrecondSolv::get_info() const override <public-const-type-info-ptr-precondsolv-get-info-const-override>`
[const Type_info * PrecondSolv::get_info() const override](#public-const-type-info-ptr-precondsolv-get-info-const-override)
PrecondSolv::PrecondSolv()
How to cite in this doc:
:ref:`PrecondSolv::PrecondSolv() <public-precondsolv-precondsolv>`
[PrecondSolv::PrecondSolv()](#public-precondsolv-precondsolv)
int PrecondSolv::supporte_matrice_morse_sym() override
returns 1 if the implementation accepts Matrice_Morse_Sym matrices, otherwise 0.
(must be reimplemented if answer is 0)
Reimplements:
References
How to cite in this doc:
:ref:`int PrecondSolv::supporte_matrice_morse_sym() override <public-int-precondsolv-supporte-matrice-morse-sym-override>`
[int PrecondSolv::supporte_matrice_morse_sym() override](#public-int-precondsolv-supporte-matrice-morse-sym-override)
unsigned PrecondSolv::taille_memoire() const override
Reimplements:
How to cite in this doc:
:ref:`unsigned PrecondSolv::taille_memoire() const override <public-unsigned-precondsolv-taille-memoire-const-override>`
[unsigned PrecondSolv::taille_memoire() const override](#public-unsigned-precondsolv-taille-memoire-const-override)
PrecondSolv::~PrecondSolv()
How to cite in this doc:
:ref:`PrecondSolv::~PrecondSolv() <public-precondsolv-dtor-precondsolv>`
[PrecondSolv::~PrecondSolv()](#public-precondsolv-dtor-precondsolv)
Objet_U * PrecondSolv::cree_instance()
How to cite in this doc:
:ref:`Objet_U * PrecondSolv::cree_instance() <public-static-objet-u-ptr-precondsolv-cree-instance>`
[Objet_U * PrecondSolv::cree_instance()](#public-static-objet-u-ptr-precondsolv-cree-instance)
const Type_info * PrecondSolv::info()
How to cite in this doc:
:ref:`const Type_info * PrecondSolv::info() <public-static-const-type-info-ptr-precondsolv-info>`
[const Type_info * PrecondSolv::info()](#public-static-const-type-info-ptr-precondsolv-info)
const PrecondSolv & PrecondSolv::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const PrecondSolv & PrecondSolv::self_cast(const Objet_U &) <public-static-const-precondsolv-ref-precondsolv-self-cast-const-objet-u-ref>`
[const PrecondSolv & PrecondSolv::self_cast(const Objet_U &)](#public-static-const-precondsolv-ref-precondsolv-self-cast-const-objet-u-ref)
PrecondSolv & PrecondSolv::self_cast(Objet_U &)
How to cite in this doc:
:ref:`PrecondSolv & PrecondSolv::self_cast(Objet_U &) <public-static-precondsolv-ref-precondsolv-self-cast-objet-u-ref>`
[PrecondSolv & PrecondSolv::self_cast(Objet_U &)](#public-static-precondsolv-ref-precondsolv-self-cast-objet-u-ref)
int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override
Calcule la solution du systeme lineaire: A * solution = b avec la methode de relaxation PrecondSolv .
Reimplements:
How to cite in this doc:
:ref:`int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override <protected-int-precondsolv-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override>`
[int PrecondSolv::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override](#protected-int-precondsolv-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override)
void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override
this method must be overloaded if some preparation is necessary.
It is called after a call to reinit() and before the next call to preconditionner_() . Do not forget to call the prepare_() method of the ancestor (at the end of the routine, otherwise status will be put to READY) and use get_status() to know what should be prepared.
Reimplements:
References
How to cite in this doc:
:ref:`void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override <protected-void-precondsolv-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-src-override>`
[void PrecondSolv::prepare_(const Matrice_Base &, const DoubleVect &src) override](#protected-void-precondsolv-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-src-override)
Sortie & PrecondSolv::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Reimplements:
How to cite in this doc:
:ref:`Sortie & PrecondSolv::printOn(Sortie &x) const override <protected-sortie-ref-precondsolv-printon-sortie-ref-x-const-override>`
[Sortie & PrecondSolv::printOn(Sortie &x) const override](#protected-sortie-ref-precondsolv-printon-sortie-ref-x-const-override)
Entree & PrecondSolv::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Reimplements:
References
How to cite in this doc:
:ref:`Entree & PrecondSolv::readOn(Entree &) override <protected-entree-ref-precondsolv-readon-entree-ref-override>`
[Entree & PrecondSolv::readOn(Entree &) override](#protected-entree-ref-precondsolv-readon-entree-ref-override)
Attributes Documentation#
const Type_info PrecondSolv::info_obj
SolveurSys PrecondSolv::solveur