Champ_front_t#
#include <Champ_front_t.h>
classe Champ_front_t Classe derivee de Champ_front_var qui represente les
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\_t <class-champ-front-t>`
[Champ\_front\_t](#class-champ-front-t)
Detailed description#
champs aux frontieres analytiques en espace et constants dans le temps Nouveau champ frontiere il permet de mettre en champ frontiere un parametre qui depend d’une fonction. Cette fonction est rentree dans le jeu de donnees sous la forme d’une chaine de caracteres. Pas besoin de recompilation comme avec la classe Champ_front_analytique qui utilise une fonction codee en dur.
Inherits from#
public : Ch_front_var_instationnaire_indep
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
affecter_#
Champ_front_base & Champ_front_t::affecter_(const Champ_front_base &ch) override
Renvoie l’objet upcaste en Champ_front_base &.
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_t::affecter_(const Champ_front_base &ch) override <champ-front-t-public-champ-front-base-ref-champ-front-t-affecter-underscore-const-champ-front-base-ref-ch-override>`
[Champ_front_base & Champ_front_t::affecter_(const Champ_front_base &ch) override](#champ-front-t-public-champ-front-base-ref-champ-front-t-affecter-underscore-const-champ-front-base-ref-ch-override)
Champ_front_t#
Champ_front_t::Champ_front_t()
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_t::Champ_front_t() <champ-front-t-public-champ-front-t-champ-front-t>`
[Champ_front_t::Champ_front_t()](#champ-front-t-public-champ-front-t-champ-front-t)
duplique#
int Champ_front_t::duplique() const override
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_t::duplique() const override <champ-front-t-public-int-champ-front-t-duplique-const-override>`
[int Champ_front_t::duplique() const override](#champ-front-t-public-int-champ-front-t-duplique-const-override)
get_info#
const Type_info * Champ_front_t::get_info() const override
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_t::get_info() const override <champ-front-t-public-const-type-info-ptr-champ-front-t-get-info-const-override>`
[const Type_info * Champ_front_t::get_info() const override](#champ-front-t-public-const-type-info-ptr-champ-front-t-get-info-const-override)
mettre_a_jour#
void Champ_front_t::mettre_a_jour(double temps) override
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_t::mettre_a_jour(double temps) override <champ-front-t-public-void-champ-front-t-mettre-a-jour-double-temps-override>`
[void Champ_front_t::mettre_a_jour(double temps) override](#champ-front-t-public-void-champ-front-t-mettre-a-jour-double-temps-override)
taille_memoire#
unsigned Champ_front_t::taille_memoire() const override
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_t::taille_memoire() const override <champ-front-t-public-unsigned-champ-front-t-taille-memoire-const-override>`
[unsigned Champ_front_t::taille_memoire() const override](#champ-front-t-public-unsigned-champ-front-t-taille-memoire-const-override)
valeur_au_temps#
double Champ_front_t::valeur_au_temps(double temps, int som, int comp) const
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:`double Champ_front_t::valeur_au_temps(double temps, int som, int comp) const <champ-front-t-public-double-champ-front-t-valeur-au-temps-double-temps-int-som-int-comp-const>`
[double Champ_front_t::valeur_au_temps(double temps, int som, int comp) const](#champ-front-t-public-double-champ-front-t-valeur-au-temps-double-temps-int-som-int-comp-const)
valeur_au_temps_et_au_point_disponible#
int Champ_front_t::valeur_au_temps_et_au_point_disponible() const override
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_t::valeur_au_temps_et_au_point_disponible() const override <champ-front-t-public-int-champ-front-t-valeur-au-temps-et-au-point-disponible-const-override>`
[int Champ_front_t::valeur_au_temps_et_au_point_disponible() const override](#champ-front-t-public-int-champ-front-t-valeur-au-temps-et-au-point-disponible-const-override)
~Champ_front_t#
Champ_front_t::~Champ_front_t()
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_t::~Champ_front_t() <champ-front-t-public-champ-front-t-dtor-champ-front-t>`
[Champ_front_t::~Champ_front_t()](#champ-front-t-public-champ-front-t-dtor-champ-front-t)
cree_instance#
Objet_U * Champ_front_t::cree_instance()
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_t::cree_instance() <champ-front-t-public-static-objet-u-ptr-champ-front-t-cree-instance>`
[Objet_U * Champ_front_t::cree_instance()](#champ-front-t-public-static-objet-u-ptr-champ-front-t-cree-instance)
info#
const Type_info * Champ_front_t::info()
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_t::info() <champ-front-t-public-static-const-type-info-ptr-champ-front-t-info>`
[const Type_info * Champ_front_t::info()](#champ-front-t-public-static-const-type-info-ptr-champ-front-t-info)
self_cast#
const Champ_front_t & Champ_front_t::self_cast(const Objet_U &)
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_t & Champ_front_t::self_cast(const Objet_U &) <champ-front-t-public-static-const-champ-front-t-ref-champ-front-t-self-cast-const-objet-u-ref>`
[const Champ_front_t & Champ_front_t::self_cast(const Objet_U &)](#champ-front-t-public-static-const-champ-front-t-ref-champ-front-t-self-cast-const-objet-u-ref)
self_cast#
Champ_front_t & Champ_front_t::self_cast(Objet_U &)
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_t & Champ_front_t::self_cast(Objet_U &) <champ-front-t-public-static-champ-front-t-ref-champ-front-t-self-cast-objet-u-ref>`
[Champ_front_t & Champ_front_t::self_cast(Objet_U &)](#champ-front-t-public-static-champ-front-t-ref-champ-front-t-self-cast-objet-u-ref)
printOn#
Sortie & Champ_front_t::printOn(Sortie &x) const override
Imprime le champ sur flot de sortie.
Detailed description
Imprime la taille du champ et la valeur (constante) sur la frontiere.
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:`Sortie & Champ_front_t::printOn(Sortie &x) const override <champ-front-t-protected-sortie-ref-champ-front-t-printon-sortie-ref-x-const-override>`
[Sortie & Champ_front_t::printOn(Sortie &x) const override](#champ-front-t-protected-sortie-ref-champ-front-t-printon-sortie-ref-x-const-override)
readOn#
Entree & Champ_front_t::readOn(Entree &) override
Lit le champ a partir d’un flot d’entree.
Detailed description
Format: Champ_front_t nb_compo vrel_1 … [vrel_i]
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_t::readOn(Entree &) override <champ-front-t-protected-entree-ref-champ-front-t-readon-entree-ref-override>`
[Entree & Champ_front_t::readOn(Entree &) override](#champ-front-t-protected-entree-ref-champ-front-t-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_front_t::info_obj
TRUST_Vector<Parser_U> Champ_front_t::f_t