Ch_front_input_P1#

#include <Ch_front_input_P1.h>
Brief description

class Ch_front_input

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\_input\_P1 <class-ch-front-input-p1>`
[Ch\_front\_input\_P1](#class-ch-front-input-p1)

Detailed description#

Cette classe represente un champ accessible par setInputField defini sur une frontiere avec une valeur par face.

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Ch_front_input_P1#

Definition
Ch_front_input_P1::Ch_front_input_P1()
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_input_P1::Ch_front_input_P1() <ch-front-input-p1-public-ch-front-input-p1-ch-front-input-p1>`
[Ch_front_input_P1::Ch_front_input_P1()](#ch-front-input-p1-public-ch-front-input-p1-ch-front-input-p1)

duplique#

Definition
int Ch_front_input_P1::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 Ch_front_input_P1::duplique() const override <ch-front-input-p1-public-int-ch-front-input-p1-duplique-const-override>`
[int Ch_front_input_P1::duplique() const override](#ch-front-input-p1-public-int-ch-front-input-p1-duplique-const-override)

get_info#

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

getTemplate#

Definition
void Ch_front_input_P1::getTemplate(TrioField &afield) const override
Brief description

Provides afield with a name, a time interval, components, and no field ownership.

Detailed description

The geometry includes all nodes of the domain and all faces of the boundary. WEC : optimization possible here

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:`void Ch_front_input_P1::getTemplate(TrioField &afield) const override <ch-front-input-p1-public-void-ch-front-input-p1-gettemplate-triofield-ref-afield-const-override>`
[void Ch_front_input_P1::getTemplate(TrioField &afield) const override](#ch-front-input-p1-public-void-ch-front-input-p1-gettemplate-triofield-ref-afield-const-override)

initialiser#

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

setValue#

Definition
void Ch_front_input_P1::setValue(const TrioField &afield) override
Brief description

Uses the first value in afield as uniform value, regardless of geometry.

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:`void Ch_front_input_P1::setValue(const TrioField &afield) override <ch-front-input-p1-public-void-ch-front-input-p1-setvalue-const-triofield-ref-afield-override>`
[void Ch_front_input_P1::setValue(const TrioField &afield) override](#ch-front-input-p1-public-void-ch-front-input-p1-setvalue-const-triofield-ref-afield-override)

taille_memoire#

Definition
unsigned Ch_front_input_P1::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 Ch_front_input_P1::taille_memoire() const override <ch-front-input-p1-public-unsigned-ch-front-input-p1-taille-memoire-const-override>`
[unsigned Ch_front_input_P1::taille_memoire() const override](#ch-front-input-p1-public-unsigned-ch-front-input-p1-taille-memoire-const-override)

valeur_au_temps_et_au_point#

Definition
double Ch_front_input_P1::valeur_au_temps_et_au_point(double temps, int som, double x, double y, double z, int comp) 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:`double Ch_front_input_P1::valeur_au_temps_et_au_point(double temps, int som, double x, double y, double z, int comp) const override <ch-front-input-p1-public-double-ch-front-input-p1-valeur-au-temps-et-au-point-double-temps-int-som-double-x-double-y-double-z-int-comp-const-override>`
[double Ch_front_input_P1::valeur_au_temps_et_au_point(double temps, int som, double x, double y, double z, int comp) const override](#ch-front-input-p1-public-double-ch-front-input-p1-valeur-au-temps-et-au-point-double-temps-int-som-double-x-double-y-double-z-int-comp-const-override)

valeur_au_temps_et_au_point_disponible#

Definition
int Ch_front_input_P1::valeur_au_temps_et_au_point_disponible() 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 Ch_front_input_P1::valeur_au_temps_et_au_point_disponible() const override <ch-front-input-p1-public-int-ch-front-input-p1-valeur-au-temps-et-au-point-disponible-const-override>`
[int Ch_front_input_P1::valeur_au_temps_et_au_point_disponible() const override](#ch-front-input-p1-public-int-ch-front-input-p1-valeur-au-temps-et-au-point-disponible-const-override)

~Ch_front_input_P1#

Definition
Ch_front_input_P1::~Ch_front_input_P1()
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_input_P1::~Ch_front_input_P1() <ch-front-input-p1-public-ch-front-input-p1-dtor-ch-front-input-p1>`
[Ch_front_input_P1::~Ch_front_input_P1()](#ch-front-input-p1-public-ch-front-input-p1-dtor-ch-front-input-p1)

cree_instance#

Definition
Objet_U * Ch_front_input_P1::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 * Ch_front_input_P1::cree_instance() <ch-front-input-p1-public-static-objet-u-ptr-ch-front-input-p1-cree-instance>`
[Objet_U * Ch_front_input_P1::cree_instance()](#ch-front-input-p1-public-static-objet-u-ptr-ch-front-input-p1-cree-instance)

info#

Definition
const Type_info * Ch_front_input_P1::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_input_P1::info() <ch-front-input-p1-public-static-const-type-info-ptr-ch-front-input-p1-info>`
[const Type_info * Ch_front_input_P1::info()](#ch-front-input-p1-public-static-const-type-info-ptr-ch-front-input-p1-info)

self_cast#

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

self_cast#

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

printOn#

Definition
Sortie & Ch_front_input_P1::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_input_P1::printOn(Sortie &x) const override <ch-front-input-p1-protected-sortie-ref-ch-front-input-p1-printon-sortie-ref-x-const-override>`
[Sortie & Ch_front_input_P1::printOn(Sortie &x) const override](#ch-front-input-p1-protected-sortie-ref-ch-front-input-p1-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Ch_front_input_P1::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 & Ch_front_input_P1::readOn(Entree &) override <ch-front-input-p1-protected-entree-ref-ch-front-input-p1-readon-entree-ref-override>`
[Entree & Ch_front_input_P1::readOn(Entree &) override](#ch-front-input-p1-protected-entree-ref-ch-front-input-p1-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Ch_front_input_P1::info_obj
les_valeurs_som (protected)
Roue_ptr Ch_front_input_P1::les_valeurs_som