Simpler_Base#
#include <Simpler_Base.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:`Simpler\_Base <class-simpler-base>`
[Simpler\_Base](#class-simpler-base)
Detailed description#
Inherits from#
public : Solveur_non_lineaire
Inherited by#
public : Simple
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#
assembler_matrice_pression_implicite#
void Simpler_Base::assembler_matrice_pression_implicite(Equation_base &eqn_NS, const Matrice_Morse &matrice, Matrice &matrice_en_pression_2)
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#
TRUST_Deriv<Parametre_equation_base> & Simpler_Base::get_and_set_parametre_equation(Equation_base &) override
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#
Parametre_implicite & Simpler_Base::get_and_set_parametre_implicite(Equation_base &eqn)
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#
const Type_info * Simpler_Base::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 * 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#
bool Simpler_Base::iterer_eqn(Equation_base &equation, const DoubleTab &inconnue, DoubleTab &result, double dt, int numero_iteration, int &ok) override=0
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#
virtual void Simpler_Base::iterer_NS(Equation_base &, DoubleTab ¤t, DoubleTab &pression, double, Matrice_Morse &, double, DoubleTrav &, int nb_iter, int &converge, int &ok)=0
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 ¤t, 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 ¤t, 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#
int Simpler_Base::max_iter_implicite()
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#
int Simpler_Base::max_iter_implicite() const
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#
Simpler_Base::~Simpler_Base() override
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#
const Type_info * Simpler_Base::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 * 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#
const Simpler_Base & Simpler_Base::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 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#
Simpler_Base & Simpler_Base::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:`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#
virtual Entree & Simpler_Base::lire(const Motcle &, Entree &)=0
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#
Sortie & Simpler_Base::printOn(Sortie &x) const override
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#
Entree & Simpler_Base::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
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:`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#
const Type_info Simpler_Base::info_obj
int Simpler_Base::controle_residu_
double Simpler_Base::facsec_diffusion_for_sets_ = - 1.
double Simpler_Base::facteur_convg_
int Simpler_Base::is_seuil_convg_variable
int Simpler_Base::no_qdm_
Parametre_implicite Simpler_Base::param_defaut_