Ch_front_var_stationnaire#

#include <Ch_front_var_stationnaire.h>
Brief description

classe Ch_front_var_stationnaire Cette classe abstraite represente un champ sur une frontiere,

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:`Ch\_front\_var\_stationnaire <class-ch-front-var-stationnaire>`
[Ch\_front\_var\_stationnaire](#class-ch-front-var-stationnaire)

Detailed description#

variable en espace mais stationnaire en temps. De ce fait, la methode initialiser doit calculer le champ une fois pour toutes, et la methode mettre_a_jour ne doit rien faire.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classCh__front__var__stationnaire__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

affecter_#

Definition
Champ_front_base & Ch_front_var_stationnaire::affecter_(const Champ_front_base &ch) 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:`Champ_front_base & Ch_front_var_stationnaire::affecter_(const Champ_front_base &ch) override <ch-front-var-stationnaire-public-champ-front-base-ref-ch-front-var-stationnaire-affecter-underscore-const-champ-front-base-ref-ch-override>`
[Champ_front_base & Ch_front_var_stationnaire::affecter_(const Champ_front_base &ch) override](#ch-front-var-stationnaire-public-champ-front-base-ref-ch-front-var-stationnaire-affecter-underscore-const-champ-front-base-ref-ch-override)

avancer#

Definition
int Ch_front_var_stationnaire::avancer(double temps) override
Brief description

Avance en temps : rien a faire pour un champ stationnaire !

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 Ch_front_var_stationnaire::avancer(double temps) override <ch-front-var-stationnaire-public-int-ch-front-var-stationnaire-avancer-double-temps-override>`
[int Ch_front_var_stationnaire::avancer(double temps) override](#ch-front-var-stationnaire-public-int-ch-front-var-stationnaire-avancer-double-temps-override)

Ch_front_var_stationnaire#

Definition
Ch_front_var_stationnaire::Ch_front_var_stationnaire()
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:`Ch_front_var_stationnaire::Ch_front_var_stationnaire() <ch-front-var-stationnaire-public-ch-front-var-stationnaire-ch-front-var-stationnaire>`
[Ch_front_var_stationnaire::Ch_front_var_stationnaire()](#ch-front-var-stationnaire-public-ch-front-var-stationnaire-ch-front-var-stationnaire)

changer_temps_futur#

Definition
void Ch_front_var_stationnaire::changer_temps_futur(double temps, int i) override
Brief description

rien a faire pour un champ stationnaire !

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 Ch_front_var_stationnaire::changer_temps_futur(double temps, int i) override <ch-front-var-stationnaire-public-void-ch-front-var-stationnaire-changer-temps-futur-double-temps-int-i-override>`
[void Ch_front_var_stationnaire::changer_temps_futur(double temps, int i) override](#ch-front-var-stationnaire-public-void-ch-front-var-stationnaire-changer-temps-futur-double-temps-int-i-override)

get_info#

Definition
const Type_info * Ch_front_var_stationnaire::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 * Ch_front_var_stationnaire::get_info() const override <ch-front-var-stationnaire-public-const-type-info-ptr-ch-front-var-stationnaire-get-info-const-override>`
[const Type_info * Ch_front_var_stationnaire::get_info() const override](#ch-front-var-stationnaire-public-const-type-info-ptr-ch-front-var-stationnaire-get-info-const-override)

has_valeurs_au_temps#

Definition
bool Ch_front_var_stationnaire::has_valeurs_au_temps(double temps) const override
Brief description
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:`bool Ch_front_var_stationnaire::has_valeurs_au_temps(double temps) const override <ch-front-var-stationnaire-public-bool-ch-front-var-stationnaire-has-valeurs-au-temps-double-temps-const-override>`
[bool Ch_front_var_stationnaire::has_valeurs_au_temps(double temps) const override](#ch-front-var-stationnaire-public-bool-ch-front-var-stationnaire-has-valeurs-au-temps-double-temps-const-override)

reculer#

Definition
int Ch_front_var_stationnaire::reculer(double temps) override
Brief description

Recule en temps : rien a faire pour un champ stationnaire !

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 Ch_front_var_stationnaire::reculer(double temps) override <ch-front-var-stationnaire-public-int-ch-front-var-stationnaire-reculer-double-temps-override>`
[int Ch_front_var_stationnaire::reculer(double temps) override](#ch-front-var-stationnaire-public-int-ch-front-var-stationnaire-reculer-double-temps-override)

valeurs_au_temps#

Definition
const DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) const override
Brief description

Renvoie les valeurs sans s’occuper du temps puisque le champ est stationnaire.

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:`const DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) const override <ch-front-var-stationnaire-public-const-doubletab-ref-ch-front-var-stationnaire-valeurs-au-temps-double-temps-const-override>`
[const DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) const override](#ch-front-var-stationnaire-public-const-doubletab-ref-ch-front-var-stationnaire-valeurs-au-temps-double-temps-const-override)

valeurs_au_temps#

Definition
DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override
Brief description

Renvoie les valeurs sans s’occuper du temps puisque le champ est stationnaire.

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:`DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override <ch-front-var-stationnaire-public-doubletab-ref-ch-front-var-stationnaire-valeurs-au-temps-double-temps-override>`
[DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override](#ch-front-var-stationnaire-public-doubletab-ref-ch-front-var-stationnaire-valeurs-au-temps-double-temps-override)

~Ch_front_var_stationnaire#

Definition
Ch_front_var_stationnaire::~Ch_front_var_stationnaire() 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:`Ch_front_var_stationnaire::~Ch_front_var_stationnaire() override <ch-front-var-stationnaire-public-ch-front-var-stationnaire-dtor-ch-front-var-stationnaire-override>`
[Ch_front_var_stationnaire::~Ch_front_var_stationnaire() override](#ch-front-var-stationnaire-public-ch-front-var-stationnaire-dtor-ch-front-var-stationnaire-override)

info#

Definition
const Type_info * Ch_front_var_stationnaire::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 * Ch_front_var_stationnaire::info() <ch-front-var-stationnaire-public-static-const-type-info-ptr-ch-front-var-stationnaire-info>`
[const Type_info * Ch_front_var_stationnaire::info()](#ch-front-var-stationnaire-public-static-const-type-info-ptr-ch-front-var-stationnaire-info)

self_cast#

Definition
const Ch_front_var_stationnaire & Ch_front_var_stationnaire::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 Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(const Objet_U &) <ch-front-var-stationnaire-public-static-const-ch-front-var-stationnaire-ref-ch-front-var-stationnaire-self-cast-const-objet-u-ref>`
[const Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(const Objet_U &)](#ch-front-var-stationnaire-public-static-const-ch-front-var-stationnaire-ref-ch-front-var-stationnaire-self-cast-const-objet-u-ref)

self_cast#

Definition
Ch_front_var_stationnaire & Ch_front_var_stationnaire::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:`Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(Objet_U &) <ch-front-var-stationnaire-public-static-ch-front-var-stationnaire-ref-ch-front-var-stationnaire-self-cast-objet-u-ref>`
[Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(Objet_U &)](#ch-front-var-stationnaire-public-static-ch-front-var-stationnaire-ref-ch-front-var-stationnaire-self-cast-objet-u-ref)

printOn#

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

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 & Ch_front_var_stationnaire::printOn(Sortie &x) const override <ch-front-var-stationnaire-protected-sortie-ref-ch-front-var-stationnaire-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_var_stationnaire::printOn(Sortie &x) const override](#ch-front-var-stationnaire-protected-sortie-ref-ch-front-var-stationnaire-printon-sortie-ref-x-const-override)

readOn#

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

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

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:`Entree & Ch_front_var_stationnaire::readOn(Entree &) override <ch-front-var-stationnaire-protected-entree-ref-ch-front-var-stationnaire-readon-entree-ref-override>`
[Entree & Ch_front_var_stationnaire::readOn(Entree &) override](#ch-front-var-stationnaire-protected-entree-ref-ch-front-var-stationnaire-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Ch_front_var_stationnaire::info_obj