Champ_Front_Composite#

#include <Champ_Front_Composite.h>
Brief description

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\_Composite <class-champ-front-composite>`
[Champ\_Front\_Composite](#class-champ-front-composite)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classChamp__Front__Composite__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 & Champ_Front_Composite::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_Composite::affecter_(const Champ_front_base &ch) override <champ-front-composite-public-champ-front-base-ref-champ-front-composite-affecter-underscore-const-champ-front-base-ref-ch-override>`
[Champ_front_base & Champ_Front_Composite::affecter_(const Champ_front_base &ch) override](#champ-front-composite-public-champ-front-base-ref-champ-front-composite-affecter-underscore-const-champ-front-base-ref-ch-override)

avancer#

Definition
int Champ_Front_Composite::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_Composite::avancer(double temps) override <champ-front-composite-public-int-champ-front-composite-avancer-double-temps-override>`
[int Champ_Front_Composite::avancer(double temps) override](#champ-front-composite-public-int-champ-front-composite-avancer-double-temps-override)

Champ_Front_Composite#

Definition
Champ_Front_Composite::Champ_Front_Composite()
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_Composite::Champ_Front_Composite() <champ-front-composite-public-champ-front-composite-champ-front-composite>`
[Champ_Front_Composite::Champ_Front_Composite()](#champ-front-composite-public-champ-front-composite-champ-front-composite)

changer_temps_futur#

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

duplique#

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

get_info#

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

initialiser#

Definition
int Champ_Front_Composite::initialiser(double temps, const Champ_Inc_base &inco) override
Brief description

Initialisation en debut de calcul.

Detailed description

Imperativement cette methode ne doit pas utiliser de donnees externes a l’equation (couplage). Si mettre_a_jour le fait, alors initialiser ne doit pas appeler mettre_a_jour.

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 Champ_Front_Composite::initialiser(double temps, const Champ_Inc_base &inco) override <champ-front-composite-public-int-champ-front-composite-initialiser-double-temps-const-champ-inc-base-ref-inco-override>`
[int Champ_Front_Composite::initialiser(double temps, const Champ_Inc_base &inco) override](#champ-front-composite-public-int-champ-front-composite-initialiser-double-temps-const-champ-inc-base-ref-inco-override)

mettre_a_jour#

Definition
void Champ_Front_Composite::mettre_a_jour(double temps) override
Brief description

NE FAIT RIEN, a surcharger.

Detailed description

Cette methode est appelee au debut de chaque pas de temps ou sous - pas - de-temps, elle peut eventuellement utiliser des donnees exterieures a l’equation. A charge a l’algorithme de s’assurer que ces donnees sont pertinentes… Calcule la valeur de la condition aux limites au temps demande.

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:`void Champ_Front_Composite::mettre_a_jour(double temps) override <champ-front-composite-public-void-champ-front-composite-mettre-a-jour-double-temps-override>`
[void Champ_Front_Composite::mettre_a_jour(double temps) override](#champ-front-composite-public-void-champ-front-composite-mettre-a-jour-double-temps-override)

reculer#

Definition
int Champ_Front_Composite::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_Composite::reculer(double temps) override <champ-front-composite-public-int-champ-front-composite-reculer-double-temps-override>`
[int Champ_Front_Composite::reculer(double temps) override](#champ-front-composite-public-int-champ-front-composite-reculer-double-temps-override)

taille_memoire#

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

valeurs_au_temps#

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

valeurs_au_temps#

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

valeurs_face#

Definition
void Champ_Front_Composite::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:

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

~Champ_Front_Composite#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

fill_valeurs_composite#

Definition
void Champ_Front_Composite::fill_valeurs_composite()
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 Champ_Front_Composite::fill_valeurs_composite() <champ-front-composite-protected-void-champ-front-composite-fill-valeurs-composite>`
[void Champ_Front_Composite::fill_valeurs_composite()](#champ-front-composite-protected-void-champ-front-composite-fill-valeurs-composite)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

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

readOn#

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

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Champ_Front_Composite::readOn(Entree &) override <champ-front-composite-protected-entree-ref-champ-front-composite-readon-entree-ref-override>`
[Entree & Champ_Front_Composite::readOn(Entree &) override](#champ-front-composite-protected-entree-ref-champ-front-composite-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Front_Composite::info_obj
dim_ (protected)
int Champ_Front_Composite::dim_ = - 1
z_fld_ (protected)
std::vector<TRUST_Deriv<Champ_front_base>> Champ_Front_Composite::z_fld_