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 cite this class in this doc#

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

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

Reimplements:

How to cite in this doc:
:ref:`Champ_front_base & Ch_front_var_stationnaire::affecter_(const Champ_front_base &ch) override <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](#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 !

Reimplements:

How to cite in this doc:
:ref:`int Ch_front_var_stationnaire::avancer(double temps) override <public-int-ch-front-var-stationnaire-avancer-double-temps-override>`
[int Ch_front_var_stationnaire::avancer(double temps) override](#public-int-ch-front-var-stationnaire-avancer-double-temps-override)
Ch_front_var_stationnaire
Ch_front_var_stationnaire::Ch_front_var_stationnaire()
How to cite in this doc:
:ref:`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()](#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 !

Reimplements:

How to cite in this doc:
:ref:`void Ch_front_var_stationnaire::changer_temps_futur(double temps, int i) override <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](#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 .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Ch_front_var_stationnaire::get_info() const override <public-const-type-info-ptr-ch-front-var-stationnaire-get-info-const-override>`
[const Type_info * Ch_front_var_stationnaire::get_info() const override](#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

Reimplements:

References
How to cite in this doc:
:ref:`bool Ch_front_var_stationnaire::has_valeurs_au_temps(double temps) const override <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](#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 !

Reimplements:

How to cite in this doc:
:ref:`int Ch_front_var_stationnaire::reculer(double temps) override <public-int-ch-front-var-stationnaire-reculer-double-temps-override>`
[int Ch_front_var_stationnaire::reculer(double temps) override](#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.

Reimplements:

References
How to cite in this doc:
:ref:`const DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) const override <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](#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.

Reimplements:

References
How to cite in this doc:
:ref:`DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override <public-doubletab-ref-ch-front-var-stationnaire-valeurs-au-temps-double-temps-override>`
[DoubleTab & Ch_front_var_stationnaire::valeurs_au_temps(double temps) override](#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
How to cite in this doc:
:ref:`Ch_front_var_stationnaire::~Ch_front_var_stationnaire() override <public-ch-front-var-stationnaire-dtor-ch-front-var-stationnaire-override>`
[Ch_front_var_stationnaire::~Ch_front_var_stationnaire() override](#public-ch-front-var-stationnaire-dtor-ch-front-var-stationnaire-override)
info
const Type_info * Ch_front_var_stationnaire::info()
How to cite in this doc:
:ref:`const Type_info * Ch_front_var_stationnaire::info() <public-static-const-type-info-ptr-ch-front-var-stationnaire-info>`
[const Type_info * Ch_front_var_stationnaire::info()](#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 &)
How to cite in this doc:
:ref:`const Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(const Objet_U &) <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 &)](#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 &)
How to cite in this doc:
:ref:`Ch_front_var_stationnaire & Ch_front_var_stationnaire::self_cast(Objet_U &) <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 &)](#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.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Ch_front_var_stationnaire::printOn(Sortie &x) const override <protected-sortie-ref-ch-front-var-stationnaire-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_var_stationnaire::printOn(Sortie &x) const override](#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.

Reimplements:

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