Champ_front_vide#

#include <Champ_front_vide.h>
Brief description

classe Champ_front_vide Classe derivee de Champ_front_base qui permet d’avoir un objet champ_front defini pour que le calcul tourne car il y a beaucoup d’appels a cond_lim_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:`Champ\_front\_vide <class-champ-front-vide>`
[Champ\_front\_vide](#class-champ-front-vide)

Detailed description#

champ_front() dans les classes du dessus mais qui pese pas lourd Classe inspiree de Champ_front_uniforme

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

affecter_#

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

avancer#

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

A implementer dans les classes derivees.

Detailed description

Avance en temps : le nouveau temps present sera le temps passe en parametre.

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 Champ_front_vide::avancer(double temps) override <champ-front-vide-public-int-champ-front-vide-avancer-double-temps-override>`
[int Champ_front_vide::avancer(double temps) override](#champ-front-vide-public-int-champ-front-vide-avancer-double-temps-override)

Champ_front_vide#

Definition
Champ_front_vide::Champ_front_vide()
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:`Champ_front_vide::Champ_front_vide() <champ-front-vide-public-champ-front-vide-champ-front-vide>`
[Champ_front_vide::Champ_front_vide()](#champ-front-vide-public-champ-front-vide-champ-front-vide)

changer_temps_futur#

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

Change la valeur du temps pour la ieme valeur temporelle apres le present.

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 Champ_front_vide::changer_temps_futur(double temps, int i) override <champ-front-vide-public-void-champ-front-vide-changer-temps-futur-double-temps-int-i-override>`
[void Champ_front_vide::changer_temps_futur(double temps, int i) override](#champ-front-vide-public-void-champ-front-vide-changer-temps-futur-double-temps-int-i-override)

duplique#

Definition
int Champ_front_vide::duplique() const 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:`int Champ_front_vide::duplique() const override <champ-front-vide-public-int-champ-front-vide-duplique-const-override>`
[int Champ_front_vide::duplique() const override](#champ-front-vide-public-int-champ-front-vide-duplique-const-override)

get_info#

Definition
const Type_info * Champ_front_vide::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 * Champ_front_vide::get_info() const override <champ-front-vide-public-const-type-info-ptr-champ-front-vide-get-info-const-override>`
[const Type_info * Champ_front_vide::get_info() const override](#champ-front-vide-public-const-type-info-ptr-champ-front-vide-get-info-const-override)

has_valeurs_au_temps#

Definition
bool Champ_front_vide::has_valeurs_au_temps(double temps) const 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:`bool Champ_front_vide::has_valeurs_au_temps(double temps) const override <champ-front-vide-public-bool-champ-front-vide-has-valeurs-au-temps-double-temps-const-override>`
[bool Champ_front_vide::has_valeurs_au_temps(double temps) const override](#champ-front-vide-public-bool-champ-front-vide-has-valeurs-au-temps-double-temps-const-override)

reculer#

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

A implementer dans les classes derivees.

Detailed description

Recule en temps : le nouveau temps present sera le temps passe en parametre.

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 Champ_front_vide::reculer(double temps) override <champ-front-vide-public-int-champ-front-vide-reculer-double-temps-override>`
[int Champ_front_vide::reculer(double temps) override](#champ-front-vide-public-int-champ-front-vide-reculer-double-temps-override)

taille_memoire#

Definition
unsigned Champ_front_vide::taille_memoire() const 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:`unsigned Champ_front_vide::taille_memoire() const override <champ-front-vide-public-unsigned-champ-front-vide-taille-memoire-const-override>`
[unsigned Champ_front_vide::taille_memoire() const override](#champ-front-vide-public-unsigned-champ-front-vide-taille-memoire-const-override)

valeurs_au_temps#

Definition
const DoubleTab & Champ_front_vide::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:`const DoubleTab & Champ_front_vide::valeurs_au_temps(double temps) const override <champ-front-vide-public-const-doubletab-ref-champ-front-vide-valeurs-au-temps-double-temps-const-override>`
[const DoubleTab & Champ_front_vide::valeurs_au_temps(double temps) const override](#champ-front-vide-public-const-doubletab-ref-champ-front-vide-valeurs-au-temps-double-temps-const-override)

valeurs_au_temps#

Definition
DoubleTab & Champ_front_vide::valeurs_au_temps(double temps) 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:`DoubleTab & Champ_front_vide::valeurs_au_temps(double temps) override <champ-front-vide-public-doubletab-ref-champ-front-vide-valeurs-au-temps-double-temps-override>`
[DoubleTab & Champ_front_vide::valeurs_au_temps(double temps) override](#champ-front-vide-public-doubletab-ref-champ-front-vide-valeurs-au-temps-double-temps-override)

valeurs_face#

Definition
void Champ_front_vide::valeurs_face(int, DoubleVect &) const override
Brief description

Renvoie le vecteur des valeurs du champ pour la face donnee.

Detailed description

Par defaut pour les champs fonc, on suppose que le tableau des valeurs porte nb_faces * nb_compo_ valeurs. Exemple de cas particulier: champ_front_uniforme::valeurs_face

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 Champ_front_vide::valeurs_face(int, DoubleVect &) const override <champ-front-vide-public-void-champ-front-vide-valeurs-face-int-doublevect-ref-const-override>`
[void Champ_front_vide::valeurs_face(int, DoubleVect &) const override](#champ-front-vide-public-void-champ-front-vide-valeurs-face-int-doublevect-ref-const-override)

~Champ_front_vide#

Definition
Champ_front_vide::~Champ_front_vide()
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:`Champ_front_vide::~Champ_front_vide() <champ-front-vide-public-champ-front-vide-dtor-champ-front-vide>`
[Champ_front_vide::~Champ_front_vide()](#champ-front-vide-public-champ-front-vide-dtor-champ-front-vide)

cree_instance#

Definition
Objet_U * Champ_front_vide::cree_instance()
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:`Objet_U * Champ_front_vide::cree_instance() <champ-front-vide-public-static-objet-u-ptr-champ-front-vide-cree-instance>`
[Objet_U * Champ_front_vide::cree_instance()](#champ-front-vide-public-static-objet-u-ptr-champ-front-vide-cree-instance)

info#

Definition
const Type_info * Champ_front_vide::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 * Champ_front_vide::info() <champ-front-vide-public-static-const-type-info-ptr-champ-front-vide-info>`
[const Type_info * Champ_front_vide::info()](#champ-front-vide-public-static-const-type-info-ptr-champ-front-vide-info)

self_cast#

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

self_cast#

Definition
Champ_front_vide & Champ_front_vide::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:`Champ_front_vide & Champ_front_vide::self_cast(Objet_U &) <champ-front-vide-public-static-champ-front-vide-ref-champ-front-vide-self-cast-objet-u-ref>`
[Champ_front_vide & Champ_front_vide::self_cast(Objet_U &)](#champ-front-vide-public-static-champ-front-vide-ref-champ-front-vide-self-cast-objet-u-ref)

printOn#

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

Imprime le champ sur flot de sortie.

Detailed description

Imprime la taille du champ et la valeur (constante) sur la frontiere.

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 & Champ_front_vide::printOn(Sortie &x) const override <champ-front-vide-protected-sortie-ref-champ-front-vide-printon-sortie-ref-x-const-override>`
[Sortie & Champ_front_vide::printOn(Sortie &x) const override](#champ-front-vide-protected-sortie-ref-champ-front-vide-printon-sortie-ref-x-const-override)

readOn#

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

Lit le champ a partir d’un flot d’entree.

Detailed description

Format: Champ_front_uniforme nb_compo vrel_1 … [vrel_i]

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 & Champ_front_vide::readOn(Entree &) override <champ-front-vide-protected-entree-ref-champ-front-vide-readon-entree-ref-override>`
[Entree & Champ_front_vide::readOn(Entree &) override](#champ-front-vide-protected-entree-ref-champ-front-vide-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_front_vide::info_obj