Ch_front_input#

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

Detailed description#

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

Inherits from#

Inherited by#

Inheritance graph#

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

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

buildSommetsFaces#

Definition
void Ch_front_input::buildSommetsFaces() const
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 Ch_front_input::buildSommetsFaces() const <ch-front-input-public-void-ch-front-input-buildsommetsfaces-const>`
[void Ch_front_input::buildSommetsFaces() const](#ch-front-input-public-void-ch-front-input-buildsommetsfaces-const)

Ch_front_input#

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

duplique#

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

get_info#

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

getTemplate#

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

initialiser#

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

setDoubleValue#

Definition
void Ch_front_input::setDoubleValue(const double val) 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:`void Ch_front_input::setDoubleValue(const double val) override <ch-front-input-public-void-ch-front-input-setdoublevalue-const-double-val-override>`
[void Ch_front_input::setDoubleValue(const double val) override](#ch-front-input-public-void-ch-front-input-setdoublevalue-const-double-val-override)

setValue#

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

taille_memoire#

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

~Ch_front_input#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

get_name#

Definition
const Nom & Ch_front_input::get_name() const
Brief description
Detailed description
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 Nom & Ch_front_input::get_name() const <ch-front-input-protected-const-nom-ref-ch-front-input-get-name-const>`
[const Nom & Ch_front_input::get_name() const](#ch-front-input-protected-const-nom-ref-ch-front-input-get-name-const)

printOn#

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

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

Detailed description

Reimplements:

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

readOn#

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

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

set_name#

Definition
void Ch_front_input::set_name(const Nom &) 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:`void Ch_front_input::set_name(const Nom &) override <ch-front-input-protected-void-ch-front-input-set-name-const-nom-ref-override>`
[void Ch_front_input::set_name(const Nom &) override](#ch-front-input-protected-void-ch-front-input-set-name-const-nom-ref-override)

set_nb_comp#

Definition
void Ch_front_input::set_nb_comp(int i) 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:`void Ch_front_input::set_nb_comp(int i) override <ch-front-input-protected-void-ch-front-input-set-nb-comp-int-i-override>`
[void Ch_front_input::set_nb_comp(int i) override](#ch-front-input-protected-void-ch-front-input-set-nb-comp-int-i-override)

Attributes Documentation#

info_obj (public)
const Type_info Ch_front_input::info_obj
faces_ (protected)
IntTab Ch_front_input::faces_
sommets_ (protected)
DoubleTab Ch_front_input::sommets_