Operateur_negligeable#

#include <Operateur_negligeable.h>
Brief description

Classe Opnegligeable Cette classe definit l’interface d’un operateur negligeable.

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\_negligeable <class-operateur-negligeable>`
[Operateur\_negligeable](#class-operateur-negligeable)

Detailed description#

en definissant des methodes ajouter,calculer et mettre_a_jour qui ne font aucun calcul. Cette classe est utilisee lors de la definition d’operateurs negligeable par heritage multiple.

Inherited by#

Inheritance graph#

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

../../../../../_images/classOperateur__negligeable__inherit__graph.png

List of Public Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter#

Definition
DoubleTab & Operateur_negligeable::ajouter(const DoubleTab &, DoubleTab &) const
Brief description

Ajout de la contribution d’un operateur negligeable a un tableau.

Detailed description

NE FAIT RIEN, renvoie le parametre tableau sans le modifie.

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

calculer#

Definition
DoubleTab & Operateur_negligeable::calculer(const DoubleTab &, DoubleTab &) const
Brief description

Initialise le parametre tableau avec la contribution de l’operateur negligeable: initialise le tableau a ZERO.

Detailed description
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_negligeable::calculer(const DoubleTab &, DoubleTab &) const <operateur-negligeable-public-doubletab-ref-operateur-negligeable-calculer-const-doubletab-ref-doubletab-ref-const>`
[DoubleTab & Operateur_negligeable::calculer(const DoubleTab &, DoubleTab &) const](#operateur-negligeable-public-doubletab-ref-operateur-negligeable-calculer-const-doubletab-ref-doubletab-ref-const)

mettre_a_jour#

Definition
void Operateur_negligeable::mettre_a_jour(double)
Brief description

Mise a jour en temps d’un operateur negligeable: NE FAIT RIEN.

Detailed description
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_negligeable::mettre_a_jour(double) <operateur-negligeable-public-void-operateur-negligeable-mettre-a-jour-double>`
[void Operateur_negligeable::mettre_a_jour(double)](#operateur-negligeable-public-void-operateur-negligeable-mettre-a-jour-double)

associer#

Definition
void Operateur_negligeable::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &)
Brief description

Associe divers objets a un operateurs negligeable: NE FAIT RIEN.

Detailed description
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_negligeable::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) <operateur-negligeable-protected-void-operateur-negligeable-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref>`
[void Operateur_negligeable::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &)](#operateur-negligeable-protected-void-operateur-negligeable-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref)

Attributes Documentation#