Operateur_Conv#

#include <Operateur_Conv.h>
Brief description

classe Operateur_Conv Classe generique de la hierarchie des operateurs representant un terme

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:`Operateur\_Conv <class-operateur-conv>`
[Operateur\_Conv](#class-operateur-conv)

Detailed description#

de convection. Un objet Operateur_Conv peut referencer n’importe quel objet derivant de Operateur_Conv_base .

Inherits from#

Inheritance graph#

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

../../../../../_images/classOperateur__Conv__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter#

Definition
DoubleTab & Operateur_Conv::ajouter(const DoubleTab &, DoubleTab &) const override
Brief description

Ajoute la contribution de l’operateur au tableau passe en parametre.

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:`DoubleTab & Operateur_Conv::ajouter(const DoubleTab &, DoubleTab &) const override <operateur-conv-public-doubletab-ref-operateur-conv-ajouter-const-doubletab-ref-doubletab-ref-const-override>`
[DoubleTab & Operateur_Conv::ajouter(const DoubleTab &, DoubleTab &) const override](#operateur-conv-public-doubletab-ref-operateur-conv-ajouter-const-doubletab-ref-doubletab-ref-const-override)

associer_norme_vitesse#

Definition
void Operateur_Conv::associer_norme_vitesse(const Champ_base &)
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:`void Operateur_Conv::associer_norme_vitesse(const Champ_base &) <operateur-conv-public-void-operateur-conv-associer-norme-vitesse-const-champ-base-ref>`
[void Operateur_Conv::associer_norme_vitesse(const Champ_base &)](#operateur-conv-public-void-operateur-conv-associer-norme-vitesse-const-champ-base-ref)

associer_vitesse#

Definition
void Operateur_Conv::associer_vitesse(const Champ_base &)
Brief description

Associe la vitesse (en tant que vitesse transportante) a l’operateur de convection.

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 Operateur_Conv::associer_vitesse(const Champ_base &) <operateur-conv-public-void-operateur-conv-associer-vitesse-const-champ-base-ref>`
[void Operateur_Conv::associer_vitesse(const Champ_base &)](#operateur-conv-public-void-operateur-conv-associer-vitesse-const-champ-base-ref)

calculer#

Definition
DoubleTab & Operateur_Conv::calculer(const DoubleTab &, DoubleTab &) const override
Brief description

Initialise le tableau passe en parametre avec la contribution de l’operateur.

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:`DoubleTab & Operateur_Conv::calculer(const DoubleTab &, DoubleTab &) const override <operateur-conv-public-doubletab-ref-operateur-conv-calculer-const-doubletab-ref-doubletab-ref-const-override>`
[DoubleTab & Operateur_Conv::calculer(const DoubleTab &, DoubleTab &) const override](#operateur-conv-public-doubletab-ref-operateur-conv-calculer-const-doubletab-ref-doubletab-ref-const-override)

duplique#

Definition
int Operateur_Conv::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 Operateur_Conv::duplique() const override <operateur-conv-public-int-operateur-conv-duplique-const-override>`
[int Operateur_Conv::duplique() const override](#operateur-conv-public-int-operateur-conv-duplique-const-override)

get_info#

Definition
const Type_info * Operateur_Conv::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 * Operateur_Conv::get_info() const override <operateur-conv-public-const-type-info-ptr-operateur-conv-get-info-const-override>`
[const Type_info * Operateur_Conv::get_info() const override](#operateur-conv-public-const-type-info-ptr-operateur-conv-get-info-const-override)

l_op_base#

Definition
const Operateur_base & Operateur_Conv::l_op_base() const override
Brief description

Renvoie l’objet sous - jacent upcaste en Operateur_base (version const)

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:`const Operateur_base & Operateur_Conv::l_op_base() const override <operateur-conv-public-const-operateur-base-ref-operateur-conv-l-op-base-const-override>`
[const Operateur_base & Operateur_Conv::l_op_base() const override](#operateur-conv-public-const-operateur-base-ref-operateur-conv-l-op-base-const-override)

l_op_base#

Definition
Operateur_base & Operateur_Conv::l_op_base() override
Brief description

Renvoie l’objet sous - jacent upcaste en Operateur_base .

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:`Operateur_base & Operateur_Conv::l_op_base() override <operateur-conv-public-operateur-base-ref-operateur-conv-l-op-base-override>`
[Operateur_base & Operateur_Conv::l_op_base() override](#operateur-conv-public-operateur-base-ref-operateur-conv-l-op-base-override)

op_non_nul#

Definition
int Operateur_Conv::op_non_nul() const override
Brief description
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 Operateur_Conv::op_non_nul() const override <operateur-conv-public-int-operateur-conv-op-non-nul-const-override>`
[int Operateur_Conv::op_non_nul() const override](#operateur-conv-public-int-operateur-conv-op-non-nul-const-override)

Operateur_Conv#

Definition
Operateur_Conv::Operateur_Conv()
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:`Operateur_Conv::Operateur_Conv() <operateur-conv-public-operateur-conv-operateur-conv>`
[Operateur_Conv::Operateur_Conv()](#operateur-conv-public-operateur-conv-operateur-conv)

taille_memoire#

Definition
unsigned Operateur_Conv::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 Operateur_Conv::taille_memoire() const override <operateur-conv-public-unsigned-operateur-conv-taille-memoire-const-override>`
[unsigned Operateur_Conv::taille_memoire() const override](#operateur-conv-public-unsigned-operateur-conv-taille-memoire-const-override)

typer#

Definition
void Operateur_Conv::typer() override
Brief description

Type l’operateur: “Op_Conv” + motcle + discretisation + inconnue.

Detailed description

Associe la vitesse transportante a l’operateur base

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 Operateur_Conv::typer() override <operateur-conv-public-void-operateur-conv-typer-override>`
[void Operateur_Conv::typer() override](#operateur-conv-public-void-operateur-conv-typer-override)

typer#

Definition
void Operateur_Conv::typer(const Nom &)
Brief description

Type l’operateur.

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 Operateur_Conv::typer(const Nom &) <operateur-conv-public-void-operateur-conv-typer-const-nom-ref>`
[void Operateur_Conv::typer(const Nom &)](#operateur-conv-public-void-operateur-conv-typer-const-nom-ref)

vitesse#

Definition
const Champ_base & Operateur_Conv::vitesse() const
Brief description

Renvoie la vitesse transportante de l’operateur.

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:`const Champ_base & Operateur_Conv::vitesse() const <operateur-conv-public-const-champ-base-ref-operateur-conv-vitesse-const>`
[const Champ_base & Operateur_Conv::vitesse() const](#operateur-conv-public-const-champ-base-ref-operateur-conv-vitesse-const)

~Operateur_Conv#

Definition
Operateur_Conv::~Operateur_Conv()
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:`Operateur_Conv::~Operateur_Conv() <operateur-conv-public-operateur-conv-dtor-operateur-conv>`
[Operateur_Conv::~Operateur_Conv()](#operateur-conv-public-operateur-conv-dtor-operateur-conv)

cree_instance#

Definition
Objet_U * Operateur_Conv::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 * Operateur_Conv::cree_instance() <operateur-conv-public-static-objet-u-ptr-operateur-conv-cree-instance>`
[Objet_U * Operateur_Conv::cree_instance()](#operateur-conv-public-static-objet-u-ptr-operateur-conv-cree-instance)

info#

Definition
const Type_info * Operateur_Conv::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 * Operateur_Conv::info() <operateur-conv-public-static-const-type-info-ptr-operateur-conv-info>`
[const Type_info * Operateur_Conv::info()](#operateur-conv-public-static-const-type-info-ptr-operateur-conv-info)

self_cast#

Definition
const Operateur_Conv & Operateur_Conv::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 Operateur_Conv & Operateur_Conv::self_cast(const Objet_U &) <operateur-conv-public-static-const-operateur-conv-ref-operateur-conv-self-cast-const-objet-u-ref>`
[const Operateur_Conv & Operateur_Conv::self_cast(const Objet_U &)](#operateur-conv-public-static-const-operateur-conv-ref-operateur-conv-self-cast-const-objet-u-ref)

self_cast#

Definition
Operateur_Conv & Operateur_Conv::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:`Operateur_Conv & Operateur_Conv::self_cast(Objet_U &) <operateur-conv-public-static-operateur-conv-ref-operateur-conv-self-cast-objet-u-ref>`
[Operateur_Conv & Operateur_Conv::self_cast(Objet_U &)](#operateur-conv-public-static-operateur-conv-ref-operateur-conv-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Operateur_Conv::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 & Operateur_Conv::printOn(Sortie &x) const override <operateur-conv-protected-sortie-ref-operateur-conv-printon-sortie-ref-x-const-override>`
[Sortie & Operateur_Conv::printOn(Sortie &x) const override](#operateur-conv-protected-sortie-ref-operateur-conv-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Operateur_Conv::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 & Operateur_Conv::readOn(Entree &) override <operateur-conv-protected-entree-ref-operateur-conv-readon-entree-ref-override>`
[Entree & Operateur_Conv::readOn(Entree &) override](#operateur-conv-protected-entree-ref-operateur-conv-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Operateur_Conv::info_obj
la_vitesse (protected)
TRUST_Ref<Champ_base *> Operateur_Conv::la_vitesse