Schema_Explicite_Multi_TimeStep_base#

#include <Schema_Explicite_Multi_TimeStep_base.h>
Brief description

classe Schema_Explicite_Multi_TimeStep_base

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#

Inherited by#

Inheritance graph#

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

../../../../../_images/classSchema__Explicite__Multi__TimeStep__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

coefficients#

Definition
virtual const DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients() const =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 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#

Definition
virtual DoubleTab & Schema_Explicite_Multi_TimeStep_base::coefficients()=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 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#

Definition
void Schema_Explicite_Multi_TimeStep_base::completer() override
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:`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#

Definition
virtual void Schema_Explicite_Multi_TimeStep_base::compute_coefficients(double time_step, const DoubleTab &times)=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 Schema_Explicite_Multi_TimeStep_base::compute_coefficients(double time_step, const DoubleTab &times)=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 &times)=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#

Definition
int Schema_Explicite_Multi_TimeStep_base::faire_un_pas_de_temps_eqn_base(Equation_base &) override
Brief description

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#

Definition
const Type_info * Schema_Explicite_Multi_TimeStep_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 * 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#

Definition
void Schema_Explicite_Multi_TimeStep_base::modifier_second_membre(const Equation_base &eqn, DoubleTab &secmem) 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:`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#

Definition
virtual int Schema_Explicite_Multi_TimeStep_base::nb_pas_dt_seuil() const =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 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#

Definition
int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_futures() const override
Brief description

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#

Definition
virtual int Schema_Explicite_Multi_TimeStep_base::nb_valeurs_passees() const =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 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#

Definition
Schema_Explicite_Multi_TimeStep_base::Schema_Explicite_Multi_TimeStep_base()
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:`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#

Definition
double Schema_Explicite_Multi_TimeStep_base::temps_defaut() const override
Brief description

Renvoie le le temps le temps que doivent rendre les champs a l’appel de valeurs()

Detailed description

Ici : t(n + 1)

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:`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#

Definition
double Schema_Explicite_Multi_TimeStep_base::temps_futur(int i) const override
Brief description

Renvoie le le temps a la i - eme valeur future.

Detailed description

Ici : t(n + 1)

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:`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#

Definition
Schema_Explicite_Multi_TimeStep_base::~Schema_Explicite_Multi_TimeStep_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:`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#

Definition
const Type_info * Schema_Explicite_Multi_TimeStep_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 * 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#

Definition
const Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_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 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#

Definition
Schema_Explicite_Multi_TimeStep_base & Schema_Explicite_Multi_TimeStep_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:`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#

Definition
void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const 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:`void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn) <schema-explicite-multi-timestep-base-protected-void-schema-explicite-multi-timestep-base-authorized-equation-const-equation-base-ref-eqn>`
[void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn)](#schema-explicite-multi-timestep-base-protected-void-schema-explicite-multi-timestep-base-authorized-equation-const-equation-base-ref-eqn)

authorized_equation#

Definition
void Schema_Explicite_Multi_TimeStep_base::authorized_equation(const Equation_base &eqn) const
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 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#

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

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#

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

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#

info_obj (public)
const Type_info Schema_Explicite_Multi_TimeStep_base::info_obj