Precond_local#
#include <Precond_local.h>
How to cite this class in this doc#
:ref:`Precond\_local <class-precond-local>`
[Precond\_local](#class-precond-local)
Detailed description#
Inherits from#
public : Precond_base
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
duplique
int Precond_local::duplique() const override
Reimplements:
How to cite in this doc:
:ref:`int Precond_local::duplique() const override <public-int-precond-local-duplique-const-override>`
[int Precond_local::duplique() const override](#public-int-precond-local-duplique-const-override)
get_info
const Type_info * Precond_local::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 * Precond_local::get_info() const override <public-const-type-info-ptr-precond-local-get-info-const-override>`
[const Type_info * Precond_local::get_info() const override](#public-const-type-info-ptr-precond-local-get-info-const-override)
Precond_local
Precond_local::Precond_local()
How to cite in this doc:
:ref:`Precond_local::Precond_local() <public-precond-local-precond-local>`
[Precond_local::Precond_local()](#public-precond-local-precond-local)
taille_memoire
unsigned Precond_local::taille_memoire() const override
Reimplements:
How to cite in this doc:
:ref:`unsigned Precond_local::taille_memoire() const override <public-unsigned-precond-local-taille-memoire-const-override>`
[unsigned Precond_local::taille_memoire() const override](#public-unsigned-precond-local-taille-memoire-const-override)
~Precond_local
Precond_local::~Precond_local()
How to cite in this doc:
:ref:`Precond_local::~Precond_local() <public-precond-local-dtor-precond-local>`
[Precond_local::~Precond_local()](#public-precond-local-dtor-precond-local)
cree_instance
Objet_U * Precond_local::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Precond_local::cree_instance() <public-static-objet-u-ptr-precond-local-cree-instance>`
[Objet_U * Precond_local::cree_instance()](#public-static-objet-u-ptr-precond-local-cree-instance)
info
const Type_info * Precond_local::info()
How to cite in this doc:
:ref:`const Type_info * Precond_local::info() <public-static-const-type-info-ptr-precond-local-info>`
[const Type_info * Precond_local::info()](#public-static-const-type-info-ptr-precond-local-info)
self_cast
const Precond_local & Precond_local::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Precond_local & Precond_local::self_cast(const Objet_U &) <public-static-const-precond-local-ref-precond-local-self-cast-const-objet-u-ref>`
[const Precond_local & Precond_local::self_cast(const Objet_U &)](#public-static-const-precond-local-ref-precond-local-self-cast-const-objet-u-ref)
self_cast
Precond_local & Precond_local::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Precond_local & Precond_local::self_cast(Objet_U &) <public-static-precond-local-ref-precond-local-self-cast-objet-u-ref>`
[Precond_local & Precond_local::self_cast(Objet_U &)](#public-static-precond-local-ref-precond-local-self-cast-objet-u-ref)
precond
int Precond_local::precond(const Matrice_Base &, const DoubleVect &, DoubleVect &)
References
Referenced By
How to cite in this doc:
:ref:`int Precond_local::precond(const Matrice_Base &, const DoubleVect &, DoubleVect &) <protected-int-precond-local-precond-const-matrice-base-ref-const-doublevect-ref-doublevect-ref>`
[int Precond_local::precond(const Matrice_Base &, const DoubleVect &, DoubleVect &)](#protected-int-precond-local-precond-const-matrice-base-ref-const-doublevect-ref-doublevect-ref)
preconditionner_
int Precond_local::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override
Reimplements:
How to cite in this doc:
:ref:`int Precond_local::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override <protected-int-precond-local-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override>`
[int Precond_local::preconditionner_(const Matrice_Base &, const DoubleVect &, DoubleVect &) override](#protected-int-precond-local-preconditionner-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override)
prepare_
void Precond_local::prepare_(const Matrice_Base &, const DoubleVect &) 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 Precond_local::prepare_(const Matrice_Base &, const DoubleVect &) override <protected-void-precond-local-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-override>`
[void Precond_local::prepare_(const Matrice_Base &, const DoubleVect &) override](#protected-void-precond-local-prepare-underscore-const-matrice-base-ref-const-doublevect-ref-override)
printOn
Sortie & Precond_local::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Reimplements:
References
How to cite in this doc:
:ref:`Sortie & Precond_local::printOn(Sortie &x) const override <protected-sortie-ref-precond-local-printon-sortie-ref-x-const-override>`
[Sortie & Precond_local::printOn(Sortie &x) const override](#protected-sortie-ref-precond-local-printon-sortie-ref-x-const-override)
readOn
Entree & Precond_local::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 & Precond_local::readOn(Entree &) override <protected-entree-ref-precond-local-readon-entree-ref-override>`
[Entree & Precond_local::readOn(Entree &) override](#protected-entree-ref-precond-local-readon-entree-ref-override)
res_syst_loc_hybride
void Precond_local::res_syst_loc_hybride(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ)
References
Referenced By
How to cite in this doc:
:ref:`void Precond_local::res_syst_loc_hybride(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ) <protected-void-precond-local-res-syst-loc-hybride-const-matrice-morse-sym-ref-mat-const-doublevect-ref-secmem-doublevect-ref-solution-const-champ-inc-base-ref-champ>`
[void Precond_local::res_syst_loc_hybride(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ)](#protected-void-precond-local-res-syst-loc-hybride-const-matrice-morse-sym-ref-mat-const-doublevect-ref-secmem-doublevect-ref-solution-const-champ-inc-base-ref-champ)
res_syst_loc_simple
void Precond_local::res_syst_loc_simple(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ)
References
Referenced By
How to cite in this doc:
:ref:`void Precond_local::res_syst_loc_simple(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ) <protected-void-precond-local-res-syst-loc-simple-const-matrice-morse-sym-ref-mat-const-doublevect-ref-secmem-doublevect-ref-solution-const-champ-inc-base-ref-champ>`
[void Precond_local::res_syst_loc_simple(const Matrice_Morse_Sym &mat, const DoubleVect &secmem, DoubleVect &solution, const Champ_Inc_base &champ)](#protected-void-precond-local-res-syst-loc-simple-const-matrice-morse-sym-ref-mat-const-doublevect-ref-secmem-doublevect-ref-solution-const-champ-inc-base-ref-champ)
Attributes Documentation#
info_obj (public)
const Type_info Precond_local::info_obj
la_matrice_locale_ (protected)
Matrice_Morse_Sym Precond_local::la_matrice_locale_
le_precond_local_ (protected)
SolveurSys Precond_local::le_precond_local_
matrice_a_resoudre_ (protected)
TRUST_Ref<Matrice_Base *> Precond_local::matrice_a_resoudre_
matrice_de_travail_ (protected)
Matrice_Morse_Sym Precond_local::matrice_de_travail_