Operateur_Diff#

#include <Operateur_Diff.h>
Brief description

classe Operateur_Diff 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\_Diff <class-operateur-diff>`
[Operateur\_Diff](#class-operateur-diff)

Detailed description#

de diffusion. Un objet Operateur_Diff peut referencer n’importe quel objet derivant de Operateur_Diff_base .

Inherits from#

Inheritance graph#

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

../../../../../_images/classOperateur__Diff__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter#

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

Appel a l’objet sous - jacent.

Detailed description

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

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

associer_diffusivite#

Definition
void Operateur_Diff::associer_diffusivite(const Champ_base &)
Brief description

Associe la diffusivite a 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:`void Operateur_Diff::associer_diffusivite(const Champ_base &) <operateur-diff-public-void-operateur-diff-associer-diffusivite-const-champ-base-ref>`
[void Operateur_Diff::associer_diffusivite(const Champ_base &)](#operateur-diff-public-void-operateur-diff-associer-diffusivite-const-champ-base-ref)

associer_diffusivite_pour_pas_de_temps#

Definition
void Operateur_Diff::associer_diffusivite_pour_pas_de_temps(const Champ_base &)
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 Operateur_Diff::associer_diffusivite_pour_pas_de_temps(const Champ_base &) <operateur-diff-public-void-operateur-diff-associer-diffusivite-pour-pas-de-temps-const-champ-base-ref>`
[void Operateur_Diff::associer_diffusivite_pour_pas_de_temps(const Champ_base &)](#operateur-diff-public-void-operateur-diff-associer-diffusivite-pour-pas-de-temps-const-champ-base-ref)

calculer#

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

Appel a l’objet sous - jacent.

Detailed description

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

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

diffusivite#

Definition
const Champ_base & Operateur_Diff::diffusivite() const
Brief description

Renvoie le champ representant la diffusivite.

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_Diff::diffusivite() const <operateur-diff-public-const-champ-base-ref-operateur-diff-diffusivite-const>`
[const Champ_base & Operateur_Diff::diffusivite() const](#operateur-diff-public-const-champ-base-ref-operateur-diff-diffusivite-const)

duplique#

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

get_info#

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

l_op_base#

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

l_op_base#

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

op_non_nul#

Definition
int Operateur_Diff::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_Diff::op_non_nul() const override <operateur-diff-public-int-operateur-diff-op-non-nul-const-override>`
[int Operateur_Diff::op_non_nul() const override](#operateur-diff-public-int-operateur-diff-op-non-nul-const-override)

Operateur_Diff#

Definition
Operateur_Diff::Operateur_Diff()
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_Diff::Operateur_Diff() <operateur-diff-public-operateur-diff-operateur-diff>`
[Operateur_Diff::Operateur_Diff()](#operateur-diff-public-operateur-diff-operateur-diff)

taille_memoire#

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

typer#

Definition
void Operateur_Diff::typer() override
Brief description

Type l’operateur: se type “Op_Diff_” + discretisation() + (”_”ou”_Multi_inco_”) + inconnue().suffix Associe la diffusivite a l’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:`void Operateur_Diff::typer() override <operateur-diff-public-void-operateur-diff-typer-override>`
[void Operateur_Diff::typer() override](#operateur-diff-public-void-operateur-diff-typer-override)

typer#

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

~Operateur_Diff#

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

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info Operateur_Diff::info_obj
la_diffusivite (protected)
TRUST_Ref<Champ_base *> Operateur_Diff::la_diffusivite