Champ_front_Tabule#
#include <Champ_front_Tabule.h>
classe Champ_front_Tabule Classe derivee de Champ_front_instationnaire_base qui
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\_Tabule <class-champ-front-tabule>`
[Champ\_front\_Tabule](#class-champ-front-tabule)
Detailed description#
represente les champs aux frontieres uniformes en espace, calcules par tabulation en fonction du temps.
Inherits from#
public : Champ_front_instationnaire_base
Inherited by#
public : Champ_front_Tabule_lu
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
affecter_#
Champ_front_base & Champ_front_Tabule::affecter_(const Champ_front_base &ch) override
Renvoie l’objet Champ_front_Tabule 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_Tabule::affecter_(const Champ_front_base &ch) override <champ-front-tabule-public-champ-front-base-ref-champ-front-tabule-affecter-underscore-const-champ-front-base-ref-ch-override>`
[Champ_front_base & Champ_front_Tabule::affecter_(const Champ_front_base &ch) override](#champ-front-tabule-public-champ-front-base-ref-champ-front-tabule-affecter-underscore-const-champ-front-base-ref-ch-override)
Champ_front_Tabule#
Champ_front_Tabule::Champ_front_Tabule()
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_Tabule::Champ_front_Tabule() <champ-front-tabule-public-champ-front-tabule-champ-front-tabule>`
[Champ_front_Tabule::Champ_front_Tabule()](#champ-front-tabule-public-champ-front-tabule-champ-front-tabule)
duplique#
int Champ_front_Tabule::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_Tabule::duplique() const override <champ-front-tabule-public-int-champ-front-tabule-duplique-const-override>`
[int Champ_front_Tabule::duplique() const override](#champ-front-tabule-public-int-champ-front-tabule-duplique-const-override)
get_info#
const Type_info * Champ_front_Tabule::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_Tabule::get_info() const override <champ-front-tabule-public-const-type-info-ptr-champ-front-tabule-get-info-const-override>`
[const Type_info * Champ_front_Tabule::get_info() const override](#champ-front-tabule-public-const-type-info-ptr-champ-front-tabule-get-info-const-override)
getTable#
Table & Champ_front_Tabule::getTable()
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:`Table & Champ_front_Tabule::getTable() <champ-front-tabule-public-table-ref-champ-front-tabule-gettable>`
[Table & Champ_front_Tabule::getTable()](#champ-front-tabule-public-table-ref-champ-front-tabule-gettable)
initialiser#
int Champ_front_Tabule::initialiser(double temps, const Champ_Inc_base &inco) override
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:
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_Tabule::initialiser(double temps, const Champ_Inc_base &inco) override <champ-front-tabule-public-int-champ-front-tabule-initialiser-double-temps-const-champ-inc-base-ref-inco-override>`
[int Champ_front_Tabule::initialiser(double temps, const Champ_Inc_base &inco) override](#champ-front-tabule-public-int-champ-front-tabule-initialiser-double-temps-const-champ-inc-base-ref-inco-override)
mettre_a_jour#
void Champ_front_Tabule::mettre_a_jour(double temps) override
Mise a jour en temps du champ.
Detailed description
Calcul du gradient Gpoint.
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:`void Champ_front_Tabule::mettre_a_jour(double temps) override <champ-front-tabule-public-void-champ-front-tabule-mettre-a-jour-double-temps-override>`
[void Champ_front_Tabule::mettre_a_jour(double temps) override](#champ-front-tabule-public-void-champ-front-tabule-mettre-a-jour-double-temps-override)
taille_memoire#
unsigned Champ_front_Tabule::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_Tabule::taille_memoire() const override <champ-front-tabule-public-unsigned-champ-front-tabule-taille-memoire-const-override>`
[unsigned Champ_front_Tabule::taille_memoire() const override](#champ-front-tabule-public-unsigned-champ-front-tabule-taille-memoire-const-override)
~Champ_front_Tabule#
Champ_front_Tabule::~Champ_front_Tabule()
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_Tabule::~Champ_front_Tabule() <champ-front-tabule-public-champ-front-tabule-dtor-champ-front-tabule>`
[Champ_front_Tabule::~Champ_front_Tabule()](#champ-front-tabule-public-champ-front-tabule-dtor-champ-front-tabule)
cree_instance#
Objet_U * Champ_front_Tabule::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_Tabule::cree_instance() <champ-front-tabule-public-static-objet-u-ptr-champ-front-tabule-cree-instance>`
[Objet_U * Champ_front_Tabule::cree_instance()](#champ-front-tabule-public-static-objet-u-ptr-champ-front-tabule-cree-instance)
info#
const Type_info * Champ_front_Tabule::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_Tabule::info() <champ-front-tabule-public-static-const-type-info-ptr-champ-front-tabule-info>`
[const Type_info * Champ_front_Tabule::info()](#champ-front-tabule-public-static-const-type-info-ptr-champ-front-tabule-info)
self_cast#
const Champ_front_Tabule & Champ_front_Tabule::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_Tabule & Champ_front_Tabule::self_cast(const Objet_U &) <champ-front-tabule-public-static-const-champ-front-tabule-ref-champ-front-tabule-self-cast-const-objet-u-ref>`
[const Champ_front_Tabule & Champ_front_Tabule::self_cast(const Objet_U &)](#champ-front-tabule-public-static-const-champ-front-tabule-ref-champ-front-tabule-self-cast-const-objet-u-ref)
self_cast#
Champ_front_Tabule & Champ_front_Tabule::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_Tabule & Champ_front_Tabule::self_cast(Objet_U &) <champ-front-tabule-public-static-champ-front-tabule-ref-champ-front-tabule-self-cast-objet-u-ref>`
[Champ_front_Tabule & Champ_front_Tabule::self_cast(Objet_U &)](#champ-front-tabule-public-static-champ-front-tabule-ref-champ-front-tabule-self-cast-objet-u-ref)
printOn#
Sortie & Champ_front_Tabule::printOn(Sortie &x) const override
Imprime les valeurs du champ sur un flot de sortie.
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_Tabule::printOn(Sortie &x) const override <champ-front-tabule-protected-sortie-ref-champ-front-tabule-printon-sortie-ref-x-const-override>`
[Sortie & Champ_front_Tabule::printOn(Sortie &x) const override](#champ-front-tabule-protected-sortie-ref-champ-front-tabule-printon-sortie-ref-x-const-override)
readOn#
Entree & Champ_front_Tabule::readOn(Entree &) override
Lit les valeurs du champ tabule a partir d’un flot d’entree.
Detailed description
Format: Champ_front_Tabule nb_comp { nval tps_1…tps_nval vrel_1…vrel_nval }
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 & Champ_front_Tabule::readOn(Entree &) override <champ-front-tabule-protected-entree-ref-champ-front-tabule-readon-entree-ref-override>`
[Entree & Champ_front_Tabule::readOn(Entree &) override](#champ-front-tabule-protected-entree-ref-champ-front-tabule-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_front_Tabule::info_obj
Table Champ_front_Tabule::la_table