Ch_front_var_stationnaire#
#include <Ch_front_var_stationnaire.h>
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#
public : Champ_front_var
Inherited by#
public : Champ_front_fonc
public : Champ_front_lu
public : Champ_front_softanalytique
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#
affecter_#
Champ_front_base & Ch_front_var_stationnaire::affecter_(const Champ_front_base &ch) 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:`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#
int Ch_front_var_stationnaire::avancer(double temps) override
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#
Ch_front_var_stationnaire::Ch_front_var_stationnaire()
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#
void Ch_front_var_stationnaire::changer_temps_futur(double temps, int i) override
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#
const Type_info * Ch_front_var_stationnaire::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 * 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#
bool Ch_front_var_stationnaire::has_valeurs_au_temps(double temps) const 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:`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#
int Ch_front_var_stationnaire::reculer(double temps) override
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#
const DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) const override
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#
DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override
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#
Ch_front_var_stationnaire::~Ch_front_var_stationnaire() 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:`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#
const Type_info * Ch_front_var_stationnaire::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 * 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#
const Ch_front_var_stationnaire & Ch_front_var_stationnaire::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 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#
Ch_front_var_stationnaire & Ch_front_var_stationnaire::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:`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#
Sortie & Ch_front_var_stationnaire::printOn(Sortie &x) const override
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#
Entree & Ch_front_var_stationnaire::readOn(Entree &) override
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#
const Type_info Ch_front_var_stationnaire::info_obj