Schema_Explicite_Multi_TimeStep_base#
#include <Schema_Explicite_Multi_TimeStep_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:`Schema\_Explicite\_Multi\_TimeStep\_base <class-schema-explicite-multi-timestep-base>`
[Schema\_Explicite\_Multi\_TimeStep\_base](#class-schema-explicite-multi-timestep-base)
Detailed description#
Inherits from#
public : Schema_Temps_base
Inherited by#
public : Schema_Adams_Bashforth_base
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#
coefficients#
virtual const DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients() const =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 const DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients() const =0 <schema-explicite-multi-timestep-base-public-virtual-const-doubletab-ref-schema-explicite-multi-timestep-base-coefficients-const-equal-0>`
[virtual const DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients() const =0](#schema-explicite-multi-timestep-base-public-virtual-const-doubletab-ref-schema-explicite-multi-timestep-base-coefficients-const-equal-0)
coefficients#
virtual DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients()=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 DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients()=0 <schema-explicite-multi-timestep-base-public-virtual-doubletab-ref-schema-explicite-multi-timestep-base-coefficients-equal-0>`
[virtual DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients()=0](#schema-explicite-multi-timestep-base-public-virtual-doubletab-ref-schema-explicite-multi-timestep-base-coefficients-equal-0)
completer#
void Schema_Explicite_Multi_TimeStep_base::completer() 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 Schema_Explicite_Multi_TimeStep_base::completer() override <schema-explicite-multi-timestep-base-public-void-schema-explicite-multi-timestep-base-completer-override>`
[void Schema_Explicite_Multi_TimeStep_base::completer() override](#schema-explicite-multi-timestep-base-public-void-schema-explicite-multi-timestep-base-completer-override)
compute_coefficients#
virtual void Schema_Explicite_Multi_TimeStep_base::compute_coefficients(double time_step, const DoubleTab ×)=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 Schema_Explicite_Multi_TimeStep_base::compute_coefficients(double time_step, const DoubleTab ×)=0 <schema-explicite-multi-timestep-base-public-virtual-void-schema-explicite-multi-timestep-base-compute-coefficients-double-time-step-const-doubletab-ref-times-equal-0>`
[virtual void Schema_Explicite_Multi_TimeStep_base::compute_coefficients(double time_step, const DoubleTab ×)=0](#schema-explicite-multi-timestep-base-public-virtual-void-schema-explicite-multi-timestep-base-compute-coefficients-double-time-step-const-doubletab-ref-times-equal-0)
faire_un_pas_de_temps_eqn_base#
int Schema_Explicite_Multi_TimeStep_base::faire_un_pas_de_temps_eqn_base(Equation_base &) override
Effectue un pas de temps d’Euler explicite sur l’equation passee en parametre.
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 Schema_Explicite_Multi_TimeStep_base::faire_un_pas_de_temps_eqn_base(Equation_base &) override <schema-explicite-multi-timestep-base-public-int-schema-explicite-multi-timestep-base-faire-un-pas-de-temps-eqn-base-equation-base-ref-override>`
[int Schema_Explicite_Multi_TimeStep_base::faire_un_pas_de_temps_eqn_base(Equation_base &) override](#schema-explicite-multi-timestep-base-public-int-schema-explicite-multi-timestep-base-faire-un-pas-de-temps-eqn-base-equation-base-ref-override)
get_info#
const Type_info * Schema_Explicite_Multi_TimeStep_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 * Schema_Explicite_Multi_TimeStep_base::get_info() const override <schema-explicite-multi-timestep-base-public-const-type-info-ptr-schema-explicite-multi-timestep-base-get-info-const-override>`
[const Type_info * Schema_Explicite_Multi_TimeStep_base::get_info() const override](#schema-explicite-multi-timestep-base-public-const-type-info-ptr-schema-explicite-multi-timestep-base-get-info-const-override)
modifier_second_membre#
void Schema_Explicite_Multi_TimeStep_base::modifier_second_membre(const Equation_base &eqn, DoubleTab &secmem) 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:`void Schema_Explicite_Multi_TimeStep_base::modifier_second_membre(const Equation_base &eqn, DoubleTab &secmem) override=0 <schema-explicite-multi-timestep-base-public-void-schema-explicite-multi-timestep-base-modifier-second-membre-const-equation-base-ref-eqn-doubletab-ref-secmem-override-equal-0>`
[void Schema_Explicite_Multi_TimeStep_base::modifier_second_membre(const Equation_base &eqn, DoubleTab &secmem) override=0](#schema-explicite-multi-timestep-base-public-void-schema-explicite-multi-timestep-base-modifier-second-membre-const-equation-base-ref-eqn-doubletab-ref-secmem-override-equal-0)
nb_pas_dt_seuil#
virtual int Schema_Explicite_Multi_TimeStep_base::nb_pas_dt_seuil() const =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 int Schema_Explicite_Multi_TimeStep_base::nb_pas_dt_seuil() const =0 <schema-explicite-multi-timestep-base-public-virtual-int-schema-explicite-multi-timestep-base-nb-pas-dt-seuil-const-equal-0>`
[virtual int Schema_Explicite_Multi_TimeStep_base::nb_pas_dt_seuil() const =0](#schema-explicite-multi-timestep-base-public-virtual-int-schema-explicite-multi-timestep-base-nb-pas-dt-seuil-const-equal-0)
nb_valeurs_futures#
int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_futures() const override
Renvoie le nombre de valeurs temporelles futures.
Detailed description
Ici : n + 1, donc 1.
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 Schema_Explicite_Multi_TimeStep_base::nb_valeurs_futures() const override <schema-explicite-multi-timestep-base-public-int-schema-explicite-multi-timestep-base-nb-valeurs-futures-const-override>`
[int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_futures() const override](#schema-explicite-multi-timestep-base-public-int-schema-explicite-multi-timestep-base-nb-valeurs-futures-const-override)
nb_valeurs_passees#
virtual int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_passees() const =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 int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_passees() const =0 <schema-explicite-multi-timestep-base-public-virtual-int-schema-explicite-multi-timestep-base-nb-valeurs-passees-const-equal-0>`
[virtual int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_passees() const =0](#schema-explicite-multi-timestep-base-public-virtual-int-schema-explicite-multi-timestep-base-nb-valeurs-passees-const-equal-0)
Schema_Explicite_Multi_TimeStep_base#
Schema_Explicite_Multi_TimeStep_base::Schema_Explicite_Multi_TimeStep_base()
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:`Schema_Explicite_Multi_TimeStep_base::Schema_Explicite_Multi_TimeStep_base() <schema-explicite-multi-timestep-base-public-schema-explicite-multi-timestep-base-schema-explicite-multi-timestep-base>`
[Schema_Explicite_Multi_TimeStep_base::Schema_Explicite_Multi_TimeStep_base()](#schema-explicite-multi-timestep-base-public-schema-explicite-multi-timestep-base-schema-explicite-multi-timestep-base)
temps_defaut#
double Schema_Explicite_Multi_TimeStep_base::temps_defaut() const override
Renvoie le le temps le temps que doivent rendre les champs a l’appel de valeurs()
Detailed description
Ici : t(n + 1)
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:`double Schema_Explicite_Multi_TimeStep_base::temps_defaut() const override <schema-explicite-multi-timestep-base-public-double-schema-explicite-multi-timestep-base-temps-defaut-const-override>`
[double Schema_Explicite_Multi_TimeStep_base::temps_defaut() const override](#schema-explicite-multi-timestep-base-public-double-schema-explicite-multi-timestep-base-temps-defaut-const-override)
temps_futur#
double Schema_Explicite_Multi_TimeStep_base::temps_futur(int i) const override
Renvoie le le temps a la i - eme valeur future.
Detailed description
Ici : t(n + 1)
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:`double Schema_Explicite_Multi_TimeStep_base::temps_futur(int i) const override <schema-explicite-multi-timestep-base-public-double-schema-explicite-multi-timestep-base-temps-futur-int-i-const-override>`
[double Schema_Explicite_Multi_TimeStep_base::temps_futur(int i) const override](#schema-explicite-multi-timestep-base-public-double-schema-explicite-multi-timestep-base-temps-futur-int-i-const-override)
~Schema_Explicite_Multi_TimeStep_base#
Schema_Explicite_Multi_TimeStep_base::~Schema_Explicite_Multi_TimeStep_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:`Schema_Explicite_Multi_TimeStep_base::~Schema_Explicite_Multi_TimeStep_base() override <schema-explicite-multi-timestep-base-public-schema-explicite-multi-timestep-base-dtor-schema-explicite-multi-timestep-base-override>`
[Schema_Explicite_Multi_TimeStep_base::~Schema_Explicite_Multi_TimeStep_base() override](#schema-explicite-multi-timestep-base-public-schema-explicite-multi-timestep-base-dtor-schema-explicite-multi-timestep-base-override)
info#
const Type_info * Schema_Explicite_Multi_TimeStep_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 * Schema_Explicite_Multi_TimeStep_base::info() <schema-explicite-multi-timestep-base-public-static-const-type-info-ptr-schema-explicite-multi-timestep-base-info>`
[const Type_info * Schema_Explicite_Multi_TimeStep_base::info()](#schema-explicite-multi-timestep-base-public-static-const-type-info-ptr-schema-explicite-multi-timestep-base-info)
self_cast#
const Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_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 Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_base::self_cast(const Objet_U &) <schema-explicite-multi-timestep-base-public-static-const-schema-explicite-multi-timestep-base-ref-schema-explicite-multi-timestep-base-self-cast-const-objet-u-ref>`
[const Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_base::self_cast(const Objet_U &)](#schema-explicite-multi-timestep-base-public-static-const-schema-explicite-multi-timestep-base-ref-schema-explicite-multi-timestep-base-self-cast-const-objet-u-ref)
self_cast#
Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_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:`Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_base::self_cast(Objet_U &) <schema-explicite-multi-timestep-base-public-static-schema-explicite-multi-timestep-base-ref-schema-explicite-multi-timestep-base-self-cast-objet-u-ref>`
[Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_base::self_cast(Objet_U &)](#schema-explicite-multi-timestep-base-public-static-schema-explicite-multi-timestep-base-ref-schema-explicite-multi-timestep-base-self-cast-objet-u-ref)
authorized_equation#
void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn) 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:`void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn) const <schema-explicite-multi-timestep-base-protected-void-schema-explicite-multi-timestep-base-authorized-equation-const-equation-base-ref-eqn-const>`
[void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn) const](#schema-explicite-multi-timestep-base-protected-void-schema-explicite-multi-timestep-base-authorized-equation-const-equation-base-ref-eqn-const)
printOn#
Sortie & Schema_Explicite_Multi_TimeStep_base::printOn(Sortie &x) const override
Surcharge Objet_U::printOn(Sortie&) Imprime le schema en temps sur un flot de sortie.
Detailed description
!! Attention n’est pas symetrique de la lecture !! On ecrit les differents parametres du schema en temps.
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:`Sortie & Schema_Explicite_Multi_TimeStep_base::printOn(Sortie &x) const override <schema-explicite-multi-timestep-base-protected-sortie-ref-schema-explicite-multi-timestep-base-printon-sortie-ref-x-const-override>`
[Sortie & Schema_Explicite_Multi_TimeStep_base::printOn(Sortie &x) const override](#schema-explicite-multi-timestep-base-protected-sortie-ref-schema-explicite-multi-timestep-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Schema_Explicite_Multi_TimeStep_base::readOn(Entree &) override
Lecture d’un schema en temps a partir d’un flot d’entree.
Detailed description
Le format de lecture attendu est le suivant: { [ Motcle valeur_reelle] } Les mots clefs peuvent etre: tinit, tmax, nb_pas_dt_max, dt_min, dt_max, dt_sauv, dt_impr, facsec, seuil_statio,
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 & Schema_Explicite_Multi_TimeStep_base::readOn(Entree &) override <schema-explicite-multi-timestep-base-protected-entree-ref-schema-explicite-multi-timestep-base-readon-entree-ref-override>`
[Entree & Schema_Explicite_Multi_TimeStep_base::readOn(Entree &) override](#schema-explicite-multi-timestep-base-protected-entree-ref-schema-explicite-multi-timestep-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Schema_Explicite_Multi_TimeStep_base::info_obj