Simpler_Base#

#include <Simpler_Base.h>
Brief description

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:`Simpler\_Base <class-simpler-base>`
[Simpler\_Base](#class-simpler-base)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classSimpler__Base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

assembler_matrice_pression_implicite#

Definition
void Simpler_Base::assembler_matrice_pression_implicite(Equation_base &eqn_NS, const Matrice_Morse &matrice, Matrice &matrice_en_pression_2)
Brief description
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 Simpler_Base::assembler_matrice_pression_implicite(Equation_base &eqn_NS, const Matrice_Morse &matrice, Matrice &matrice_en_pression_2) <simpler-base-public-void-simpler-base-assembler-matrice-pression-implicite-equation-base-ref-eqn-ns-const-matrice-morse-ref-matrice-matrice-ref-matrice-en-pression-2>`
[void Simpler_Base::assembler_matrice_pression_implicite(Equation_base &eqn_NS, const Matrice_Morse &matrice, Matrice &matrice_en_pression_2)](#simpler-base-public-void-simpler-base-assembler-matrice-pression-implicite-equation-base-ref-eqn-ns-const-matrice-morse-ref-matrice-matrice-ref-matrice-en-pression-2)

get_and_set_parametre_equation#

Definition
TRUST_Deriv<Parametre_equation_base> & Simpler_Base::get_and_set_parametre_equation(Equation_base &) override
Brief description

retourne le parametre_implicte de l’equation si il existe si il n’existe pas le cree.

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:`TRUST_Deriv<Parametre_equation_base> & Simpler_Base::get_and_set_parametre_equation(Equation_base &) override <simpler-base-public-trust-deriv-parametre-equation-base-ref-simpler-base-get-and-set-parametre-equation-equation-base-ref-override>`
[TRUST_Deriv<Parametre_equation_base> & Simpler_Base::get_and_set_parametre_equation(Equation_base &) override](#simpler-base-public-trust-deriv-parametre-equation-base-ref-simpler-base-get-and-set-parametre-equation-equation-base-ref-override)

get_and_set_parametre_implicite#

Definition
Parametre_implicite & Simpler_Base::get_and_set_parametre_implicite(Equation_base &eqn)
Brief description
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:`Parametre_implicite & Simpler_Base::get_and_set_parametre_implicite(Equation_base &eqn) <simpler-base-public-parametre-implicite-ref-simpler-base-get-and-set-parametre-implicite-equation-base-ref-eqn>`
[Parametre_implicite & Simpler_Base::get_and_set_parametre_implicite(Equation_base &eqn)](#simpler-base-public-parametre-implicite-ref-simpler-base-get-and-set-parametre-implicite-equation-base-ref-eqn)

get_info#

Definition
const Type_info * Simpler_Base::get_info() const override
Brief description

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 * Simpler_Base::get_info() const override <simpler-base-public-const-type-info-ptr-simpler-base-get-info-const-override>`
[const Type_info * Simpler_Base::get_info() const override](#simpler-base-public-const-type-info-ptr-simpler-base-get-info-const-override)

iterer_eqn#

Definition
bool Simpler_Base::iterer_eqn(Equation_base &equation, const DoubleTab &inconnue, DoubleTab &result, double dt, int numero_iteration, int &ok) override=0
Brief description
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:`bool Simpler_Base::iterer_eqn(Equation_base &equation, const DoubleTab &inconnue, DoubleTab &result, double dt, int numero_iteration, int &ok) override=0 <simpler-base-public-bool-simpler-base-iterer-eqn-equation-base-ref-equation-const-doubletab-ref-inconnue-doubletab-ref-result-double-dt-int-numero-iteration-int-ref-ok-override-equal-0>`
[bool Simpler_Base::iterer_eqn(Equation_base &equation, const DoubleTab &inconnue, DoubleTab &result, double dt, int numero_iteration, int &ok) override=0](#simpler-base-public-bool-simpler-base-iterer-eqn-equation-base-ref-equation-const-doubletab-ref-inconnue-doubletab-ref-result-double-dt-int-numero-iteration-int-ref-ok-override-equal-0)

iterer_NS#

Definition
virtual void Simpler_Base::iterer_NS(Equation_base &, DoubleTab &current, DoubleTab &pression, double, Matrice_Morse &, double, DoubleTrav &, int nb_iter, int &converge, int &ok)=0
Brief description
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:`virtual void Simpler_Base::iterer_NS(Equation_base &, DoubleTab &current, DoubleTab &pression, double, Matrice_Morse &, double, DoubleTrav &, int nb_iter, int &converge, int &ok)=0 <simpler-base-public-virtual-void-simpler-base-iterer-ns-equation-base-ref-doubletab-ref-current-doubletab-ref-pression-double-matrice-morse-ref-double-doubletrav-ref-int-nb-iter-int-ref-converge-int-ref-ok-equal-0>`
[virtual void Simpler_Base::iterer_NS(Equation_base &, DoubleTab &current, DoubleTab &pression, double, Matrice_Morse &, double, DoubleTrav &, int nb_iter, int &converge, int &ok)=0](#simpler-base-public-virtual-void-simpler-base-iterer-ns-equation-base-ref-doubletab-ref-current-doubletab-ref-pression-double-matrice-morse-ref-double-doubletrav-ref-int-nb-iter-int-ref-converge-int-ref-ok-equal-0)

max_iter_implicite#

Definition
int Simpler_Base::max_iter_implicite()
Brief description
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:`int Simpler_Base::max_iter_implicite() <simpler-base-public-int-simpler-base-max-iter-implicite>`
[int Simpler_Base::max_iter_implicite()](#simpler-base-public-int-simpler-base-max-iter-implicite)

max_iter_implicite#

Definition
int Simpler_Base::max_iter_implicite() const
Brief description
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:`int Simpler_Base::max_iter_implicite() const <simpler-base-public-int-simpler-base-max-iter-implicite-const>`
[int Simpler_Base::max_iter_implicite() const](#simpler-base-public-int-simpler-base-max-iter-implicite-const)

~Simpler_Base#

Definition
Simpler_Base::~Simpler_Base() override
Brief description
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:`Simpler_Base::~Simpler_Base() override <simpler-base-public-simpler-base-dtor-simpler-base-override>`
[Simpler_Base::~Simpler_Base() override](#simpler-base-public-simpler-base-dtor-simpler-base-override)

info#

Definition
const Type_info * Simpler_Base::info()
Brief description
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 * Simpler_Base::info() <simpler-base-public-static-const-type-info-ptr-simpler-base-info>`
[const Type_info * Simpler_Base::info()](#simpler-base-public-static-const-type-info-ptr-simpler-base-info)

self_cast#

Definition
const Simpler_Base & Simpler_Base::self_cast(const Objet_U &)
Brief description
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 Simpler_Base & Simpler_Base::self_cast(const Objet_U &) <simpler-base-public-static-const-simpler-base-ref-simpler-base-self-cast-const-objet-u-ref>`
[const Simpler_Base & Simpler_Base::self_cast(const Objet_U &)](#simpler-base-public-static-const-simpler-base-ref-simpler-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Simpler_Base & Simpler_Base::self_cast(Objet_U &)
Brief description
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:`Simpler_Base & Simpler_Base::self_cast(Objet_U &) <simpler-base-public-static-simpler-base-ref-simpler-base-self-cast-objet-u-ref>`
[Simpler_Base & Simpler_Base::self_cast(Objet_U &)](#simpler-base-public-static-simpler-base-ref-simpler-base-self-cast-objet-u-ref)

lire#

Definition
virtual Entree & Simpler_Base::lire(const Motcle &, Entree &)=0
Brief description
Detailed description
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:`virtual Entree & Simpler_Base::lire(const Motcle &, Entree &)=0 <simpler-base-protected-virtual-entree-ref-simpler-base-lire-const-motcle-ref-entree-ref-equal-0>`
[virtual Entree & Simpler_Base::lire(const Motcle &, Entree &)=0](#simpler-base-protected-virtual-entree-ref-simpler-base-lire-const-motcle-ref-entree-ref-equal-0)

printOn#

Definition
Sortie & Simpler_Base::printOn(Sortie &x) const override
Brief description

voir Solveur::printOn

Detailed description

Reimplements:

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:`Sortie & Simpler_Base::printOn(Sortie &x) const override <simpler-base-protected-sortie-ref-simpler-base-printon-sortie-ref-x-const-override>`
[Sortie & Simpler_Base::printOn(Sortie &x) const override](#simpler-base-protected-sortie-ref-simpler-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Simpler_Base::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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:`Entree & Simpler_Base::readOn(Entree &) override <simpler-base-protected-entree-ref-simpler-base-readon-entree-ref-override>`
[Entree & Simpler_Base::readOn(Entree &) override](#simpler-base-protected-entree-ref-simpler-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Simpler_Base::info_obj
controle_residu_ (protected)
int Simpler_Base::controle_residu_
facsec_diffusion_for_sets_ (protected)
double Simpler_Base::facsec_diffusion_for_sets_ = - 1.
facteur_convg_ (protected)
double Simpler_Base::facteur_convg_
is_seuil_convg_variable (protected)
int Simpler_Base::is_seuil_convg_variable
no_qdm_ (protected)
int Simpler_Base::no_qdm_
param_defaut_ (protected)
Parametre_implicite Simpler_Base::param_defaut_