Champ_Ostwald#
#include <Champ_Ostwald.h>
classe Champ_Ostwald Represente un champ qui varie en fonction de la consistance et
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\_Ostwald <class-champ-ostwald>`
[Champ\_Ostwald](#class-champ-ostwald)
Detailed description#
de l’indice de structure. Classe mere qui gere le champ utilise pour le fluide d’Ostwald dans les deux discretisations. Possede les fonctions generiques aux deux discretisations. Fait reference a un fluide d’Ostwald pour pouvoir utiliser les deux parametres du fluide d’Ostwald : K et N.
Inherits from#
public : Champ_Fonc_P0_base
Inherited by#
public : Champ_Ostwald_VDF
public : Champ_Ostwald_VEF
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_base & Champ_Ostwald::affecter_(const Champ_base &) override
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:`Champ_base & Champ_Ostwald::affecter_(const Champ_base &) override <champ-ostwald-public-champ-base-ref-champ-ostwald-affecter-underscore-const-champ-base-ref-override>`
[Champ_base & Champ_Ostwald::affecter_(const Champ_base &) override](#champ-ostwald-public-champ-base-ref-champ-ostwald-affecter-underscore-const-champ-base-ref-override)
associer_fluide#
void Champ_Ostwald::associer_fluide(const Fluide_Ostwald &le_fluide)
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_Ostwald::associer_fluide(const Fluide_Ostwald &le_fluide) <champ-ostwald-public-void-champ-ostwald-associer-fluide-const-fluide-ostwald-ref-le-fluide>`
[void Champ_Ostwald::associer_fluide(const Fluide_Ostwald &le_fluide)](#champ-ostwald-public-void-champ-ostwald-associer-fluide-const-fluide-ostwald-ref-le-fluide)
Champ_Ostwald#
Champ_Ostwald::Champ_Ostwald()
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_Ostwald::Champ_Ostwald() <champ-ostwald-public-champ-ostwald-champ-ostwald>`
[Champ_Ostwald::Champ_Ostwald()](#champ-ostwald-public-champ-ostwald-champ-ostwald)
duplique#
int Champ_Ostwald::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_Ostwald::duplique() const override <champ-ostwald-public-int-champ-ostwald-duplique-const-override>`
[int Champ_Ostwald::duplique() const override](#champ-ostwald-public-int-champ-ostwald-duplique-const-override)
fixer_nb_valeurs_nodales#
int Champ_Ostwald::fixer_nb_valeurs_nodales(int nb_noeuds) override
Fixe le nombre de degres de liberte par composante.
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:`int Champ_Ostwald::fixer_nb_valeurs_nodales(int nb_noeuds) override <champ-ostwald-public-int-champ-ostwald-fixer-nb-valeurs-nodales-int-nb-noeuds-override>`
[int Champ_Ostwald::fixer_nb_valeurs_nodales(int nb_noeuds) override](#champ-ostwald-public-int-champ-ostwald-fixer-nb-valeurs-nodales-int-nb-noeuds-override)
get_info#
const Type_info * Champ_Ostwald::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_Ostwald::get_info() const override <champ-ostwald-public-const-type-info-ptr-champ-ostwald-get-info-const-override>`
[const Type_info * Champ_Ostwald::get_info() const override](#champ-ostwald-public-const-type-info-ptr-champ-ostwald-get-info-const-override)
initialiser#
int Champ_Ostwald::initialiser(const double temps) override
NE FAIT RIEN.
Detailed description
A surcharger dans les classes derivees. Provoque l’initialisation du champ si necessaire
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_Ostwald::initialiser(const double temps) override <champ-ostwald-public-int-champ-ostwald-initialiser-const-double-temps-override>`
[int Champ_Ostwald::initialiser(const double temps) override](#champ-ostwald-public-int-champ-ostwald-initialiser-const-double-temps-override)
me_calculer#
void Champ_Ostwald::me_calculer(double tps)
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:`void Champ_Ostwald::me_calculer(double tps) <champ-ostwald-public-void-champ-ostwald-me-calculer-double-tps>`
[void Champ_Ostwald::me_calculer(double tps)](#champ-ostwald-public-void-champ-ostwald-me-calculer-double-tps)
mettre_a_jour#
void Champ_Ostwald::mettre_a_jour(double temps) override
mettre_a_jour de la classe de base Champ_base :ne fait rien !
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 Champ_Ostwald::mettre_a_jour(double temps) override <champ-ostwald-public-void-champ-ostwald-mettre-a-jour-double-temps-override>`
[void Champ_Ostwald::mettre_a_jour(double temps) override](#champ-ostwald-public-void-champ-ostwald-mettre-a-jour-double-temps-override)
mon_fluide#
virtual const Fluide_Ostwald & Champ_Ostwald::mon_fluide() 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:`virtual const Fluide_Ostwald & Champ_Ostwald::mon_fluide() const <champ-ostwald-public-virtual-const-fluide-ostwald-ref-champ-ostwald-mon-fluide-const>`
[virtual const Fluide_Ostwald & Champ_Ostwald::mon_fluide() const](#champ-ostwald-public-virtual-const-fluide-ostwald-ref-champ-ostwald-mon-fluide-const)
taille_memoire#
unsigned Champ_Ostwald::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_Ostwald::taille_memoire() const override <champ-ostwald-public-unsigned-champ-ostwald-taille-memoire-const-override>`
[unsigned Champ_Ostwald::taille_memoire() const override](#champ-ostwald-public-unsigned-champ-ostwald-taille-memoire-const-override)
~Champ_Ostwald#
Champ_Ostwald::~Champ_Ostwald()
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_Ostwald::~Champ_Ostwald() <champ-ostwald-public-champ-ostwald-dtor-champ-ostwald>`
[Champ_Ostwald::~Champ_Ostwald()](#champ-ostwald-public-champ-ostwald-dtor-champ-ostwald)
cree_instance#
Objet_U * Champ_Ostwald::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_Ostwald::cree_instance() <champ-ostwald-public-static-objet-u-ptr-champ-ostwald-cree-instance>`
[Objet_U * Champ_Ostwald::cree_instance()](#champ-ostwald-public-static-objet-u-ptr-champ-ostwald-cree-instance)
info#
const Type_info * Champ_Ostwald::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_Ostwald::info() <champ-ostwald-public-static-const-type-info-ptr-champ-ostwald-info>`
[const Type_info * Champ_Ostwald::info()](#champ-ostwald-public-static-const-type-info-ptr-champ-ostwald-info)
self_cast#
const Champ_Ostwald & Champ_Ostwald::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_Ostwald & Champ_Ostwald::self_cast(const Objet_U &) <champ-ostwald-public-static-const-champ-ostwald-ref-champ-ostwald-self-cast-const-objet-u-ref>`
[const Champ_Ostwald & Champ_Ostwald::self_cast(const Objet_U &)](#champ-ostwald-public-static-const-champ-ostwald-ref-champ-ostwald-self-cast-const-objet-u-ref)
self_cast#
Champ_Ostwald & Champ_Ostwald::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_Ostwald & Champ_Ostwald::self_cast(Objet_U &) <champ-ostwald-public-static-champ-ostwald-ref-champ-ostwald-self-cast-objet-u-ref>`
[Champ_Ostwald & Champ_Ostwald::self_cast(Objet_U &)](#champ-ostwald-public-static-champ-ostwald-ref-champ-ostwald-self-cast-objet-u-ref)
printOn#
Sortie & Champ_Ostwald::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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:`Sortie & Champ_Ostwald::printOn(Sortie &x) const override <champ-ostwald-protected-sortie-ref-champ-ostwald-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Ostwald::printOn(Sortie &x) const override](#champ-ostwald-protected-sortie-ref-champ-ostwald-printon-sortie-ref-x-const-override)
readOn#
Entree & Champ_Ostwald::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
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:`Entree & Champ_Ostwald::readOn(Entree &) override <champ-ostwald-protected-entree-ref-champ-ostwald-readon-entree-ref-override>`
[Entree & Champ_Ostwald::readOn(Entree &) override](#champ-ostwald-protected-entree-ref-champ-ostwald-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_Ostwald::info_obj
TRUST_Ref<Fluide_Ostwald *> Champ_Ostwald::mon_fluide_