Solv_GCP#
#include <Solv_GCP.h>
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv\_GCP <class-solv-gcp>`
[Solv\_GCP](#class-solv-gcp)
Detailed description#
Inherits from#
public : solv_iteratif
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
duplique#
int Solv_GCP::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::duplique() const override <solv-gcp-public-int-solv-gcp-duplique-const-override>`
[int Solv_GCP::duplique() const override](#solv-gcp-public-int-solv-gcp-duplique-const-override)
get_flag_updated_input#
int Solv_GCP::get_flag_updated_input() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::get_flag_updated_input() const override <solv-gcp-public-int-solv-gcp-get-flag-updated-input-const-override>`
[int Solv_GCP::get_flag_updated_input() const override](#solv-gcp-public-int-solv-gcp-get-flag-updated-input-const-override)
get_info#
const Type_info * Solv_GCP::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Solv_GCP::get_info() const override <solv-gcp-public-const-type-info-ptr-solv-gcp-get-info-const-override>`
[const Type_info * Solv_GCP::get_info() const override](#solv-gcp-public-const-type-info-ptr-solv-gcp-get-info-const-override)
get_precond#
TRUST_Deriv<Precond_base> & Solv_GCP::get_precond()
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUST_Deriv<Precond_base> & Solv_GCP::get_precond() <solv-gcp-public-trust-deriv-precond-base-ref-solv-gcp-get-precond>`
[TRUST_Deriv<Precond_base> & Solv_GCP::get_precond()](#solv-gcp-public-trust-deriv-precond-base-ref-solv-gcp-get-precond)
get_precond#
const TRUST_Deriv<Precond_base> & Solv_GCP::get_precond() const
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const TRUST_Deriv<Precond_base> & Solv_GCP::get_precond() const <solv-gcp-public-const-trust-deriv-precond-base-ref-solv-gcp-get-precond-const>`
[const TRUST_Deriv<Precond_base> & Solv_GCP::get_precond() const](#solv-gcp-public-const-trust-deriv-precond-base-ref-solv-gcp-get-precond-const)
reinit#
void Solv_GCP::reinit() override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_GCP::reinit() override <solv-gcp-public-void-solv-gcp-reinit-override>`
[void Solv_GCP::reinit() override](#solv-gcp-public-void-solv-gcp-reinit-override)
resoudre_systeme#
int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &) override
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &) override <solv-gcp-public-int-solv-gcp-resoudre-systeme-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override>`
[int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &) override](#solv-gcp-public-int-solv-gcp-resoudre-systeme-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-override)
resoudre_systeme#
int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &, int) override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &, int) override <solv-gcp-public-int-solv-gcp-resoudre-systeme-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-int-override>`
[int Solv_GCP::resoudre_systeme(const Matrice_Base &, const DoubleVect &, DoubleVect &, int) override](#solv-gcp-public-int-solv-gcp-resoudre-systeme-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-int-override)
set_precond#
void Solv_GCP::set_precond(const TRUST_Deriv< Precond_base > &pre)
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_GCP::set_precond(const TRUST_Deriv< Precond_base > &pre) <solv-gcp-public-void-solv-gcp-set-precond-const-trust-deriv-precond-base-ref-pre>`
[void Solv_GCP::set_precond(const TRUST_Deriv< Precond_base > &pre)](#solv-gcp-public-void-solv-gcp-set-precond-const-trust-deriv-precond-base-ref-pre)
Solv_GCP#
Solv_GCP::Solv_GCP()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_GCP::Solv_GCP() <solv-gcp-public-solv-gcp-solv-gcp>`
[Solv_GCP::Solv_GCP()](#solv-gcp-public-solv-gcp-solv-gcp)
supporte_matrice_morse_sym#
int Solv_GCP::supporte_matrice_morse_sym() override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::supporte_matrice_morse_sym() override <solv-gcp-public-int-solv-gcp-supporte-matrice-morse-sym-override>`
[int Solv_GCP::supporte_matrice_morse_sym() override](#solv-gcp-public-int-solv-gcp-supporte-matrice-morse-sym-override)
taille_memoire#
unsigned Solv_GCP::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned Solv_GCP::taille_memoire() const override <solv-gcp-public-unsigned-solv-gcp-taille-memoire-const-override>`
[unsigned Solv_GCP::taille_memoire() const override](#solv-gcp-public-unsigned-solv-gcp-taille-memoire-const-override)
~Solv_GCP#
Solv_GCP::~Solv_GCP()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_GCP::~Solv_GCP() <solv-gcp-public-solv-gcp-dtor-solv-gcp>`
[Solv_GCP::~Solv_GCP()](#solv-gcp-public-solv-gcp-dtor-solv-gcp)
cree_instance#
Objet_U * Solv_GCP::cree_instance()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Objet_U * Solv_GCP::cree_instance() <solv-gcp-public-static-objet-u-ptr-solv-gcp-cree-instance>`
[Objet_U * Solv_GCP::cree_instance()](#solv-gcp-public-static-objet-u-ptr-solv-gcp-cree-instance)
info#
const Type_info * Solv_GCP::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Solv_GCP::info() <solv-gcp-public-static-const-type-info-ptr-solv-gcp-info>`
[const Type_info * Solv_GCP::info()](#solv-gcp-public-static-const-type-info-ptr-solv-gcp-info)
self_cast#
const Solv_GCP & Solv_GCP::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Solv_GCP & Solv_GCP::self_cast(const Objet_U &) <solv-gcp-public-static-const-solv-gcp-ref-solv-gcp-self-cast-const-objet-u-ref>`
[const Solv_GCP & Solv_GCP::self_cast(const Objet_U &)](#solv-gcp-public-static-const-solv-gcp-ref-solv-gcp-self-cast-const-objet-u-ref)
self_cast#
Solv_GCP & Solv_GCP::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Solv_GCP & Solv_GCP::self_cast(Objet_U &) <solv-gcp-public-static-solv-gcp-ref-solv-gcp-self-cast-objet-u-ref>`
[Solv_GCP & Solv_GCP::self_cast(Objet_U &)](#solv-gcp-public-static-solv-gcp-ref-solv-gcp-self-cast-objet-u-ref)
prepare_data#
void Solv_GCP::prepare_data(const Matrice_Base &matrice, const DoubleVect &secmem, DoubleVect &solution)
Detailed description
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void Solv_GCP::prepare_data(const Matrice_Base &matrice, const DoubleVect &secmem, DoubleVect &solution) <solv-gcp-protected-void-solv-gcp-prepare-data-const-matrice-base-ref-matrice-const-doublevect-ref-secmem-doublevect-ref-solution>`
[void Solv_GCP::prepare_data(const Matrice_Base &matrice, const DoubleVect &secmem, DoubleVect &solution)](#solv-gcp-protected-void-solv-gcp-prepare-data-const-matrice-base-ref-matrice-const-doublevect-ref-secmem-doublevect-ref-solution)
printOn#
Sortie & Solv_GCP::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & Solv_GCP::printOn(Sortie &x) const override <solv-gcp-protected-sortie-ref-solv-gcp-printon-sortie-ref-x-const-override>`
[Sortie & Solv_GCP::printOn(Sortie &x) const override](#solv-gcp-protected-sortie-ref-solv-gcp-printon-sortie-ref-x-const-override)
readOn#
Entree & Solv_GCP::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Solv_GCP::readOn(Entree &) override <solv-gcp-protected-entree-ref-solv-gcp-readon-entree-ref-override>`
[Entree & Solv_GCP::readOn(Entree &) override](#solv-gcp-protected-entree-ref-solv-gcp-readon-entree-ref-override)
resoudre_#
int Solv_GCP::resoudre_(const Matrice_Base &, const DoubleVect &, DoubleVect &, int)
Detailed description
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int Solv_GCP::resoudre_(const Matrice_Base &, const DoubleVect &, DoubleVect &, int) <solv-gcp-protected-int-solv-gcp-resoudre-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-int>`
[int Solv_GCP::resoudre_(const Matrice_Base &, const DoubleVect &, DoubleVect &, int)](#solv-gcp-protected-int-solv-gcp-resoudre-underscore-const-matrice-base-ref-const-doublevect-ref-doublevect-ref-int)
Attributes Documentation#
const Type_info Solv_GCP::info_obj
DoubleVect Solv_GCP::inv_sqrt_diag_
TRUST_Deriv<Precond_base> Solv_GCP::le_precond_
int Solv_GCP::nb_it_max_
bool Solv_GCP::optimized_
bool Solv_GCP::precond_diag_
int Solv_GCP::reinit_
IntVect Solv_GCP::renum_
DoubleVect Solv_GCP::residu_
DoubleVect Solv_GCP::resu_
ArrOfDouble Solv_GCP::tmp_data_block_
Matrice_Morse_Sym Solv_GCP::tmp_mat_
Matrice_SuperMorse Solv_GCP::tmp_mat_virt_
DoubleVect Solv_GCP::tmp_p_
DoubleVect Solv_GCP::tmp_p_avec_items_virt_
DoubleVect Solv_GCP::tmp_solution_