MorEqn#

#include <MorEqn.h>
Brief description

classe MorEqn Classe qui regroupe les fonctionnalites de liaison avec une

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:`MorEqn <class-moreqn>`
[MorEqn](#class-moreqn)

Detailed description#

Equation. Le membre MorEqn::mon_equation contient une reference vers un objet Equation_base. Les classes qui sont des “Morceaux d’equation” sont associe par une liaison 1 - 1 a leur equation en heritant de MorEqn, par exemple: Operateur_base, Solveur_Masse, Source_base …

Inherited by#

Inheritance graph#

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

../../../../../_images/classMorEqn__inherit__graph.png

List of Public Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_eqn#

Definition
void MorEqn::associer_eqn(const Equation_base &)
Brief description

Associe une equation a l’objet.

Detailed description

Affecte le membre MorEqn::mon_equation avec l’objet passe en parametre.

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 MorEqn::associer_eqn(const Equation_base &) <moreqn-public-void-moreqn-associer-eqn-const-equation-base-ref>`
[void MorEqn::associer_eqn(const Equation_base &)](#moreqn-public-void-moreqn-associer-eqn-const-equation-base-ref)

calculer_pour_post#

Definition
void MorEqn::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const
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 MorEqn::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const <moreqn-public-void-moreqn-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-comp-const>`
[void MorEqn::calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const](#moreqn-public-void-moreqn-calculer-pour-post-champ-base-ref-espace-stockage-const-nom-ref-option-int-comp-const)

check_multiphase_compatibility#

Definition
void MorEqn::check_multiphase_compatibility() const
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 MorEqn::check_multiphase_compatibility() const <moreqn-public-void-moreqn-check-multiphase-compatibility-const>`
[void MorEqn::check_multiphase_compatibility() const](#moreqn-public-void-moreqn-check-multiphase-compatibility-const)

equation#

Definition
Equation_base & MorEqn::equation()
Brief description

Renvoie la reference sur l’equation pointe par MorEqn::mon_equation .

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:`Equation_base & MorEqn::equation() <moreqn-public-equation-base-ref-moreqn-equation>`
[Equation_base & MorEqn::equation()](#moreqn-public-equation-base-ref-moreqn-equation)

equation#

Definition
const Equation_base & MorEqn::equation() const
Brief description

Renvoie la reference sur l’equation pointe par MorEqn::mon_equation .

Detailed description

(version const)

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 Equation_base & MorEqn::equation() const <moreqn-public-const-equation-base-ref-moreqn-equation-const>`
[const Equation_base & MorEqn::equation() const](#moreqn-public-const-equation-base-ref-moreqn-equation-const)

get_localisation_pour_post#

Definition
Motcle MorEqn::get_localisation_pour_post(const Nom &option) const
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:`Motcle MorEqn::get_localisation_pour_post(const Nom &option) const <moreqn-public-motcle-moreqn-get-localisation-pour-post-const-nom-ref-option-const>`
[Motcle MorEqn::get_localisation_pour_post(const Nom &option) const](#moreqn-public-motcle-moreqn-get-localisation-pour-post-const-nom-ref-option-const)

mon_equation_non_nul#

Definition
int MorEqn::mon_equation_non_nul() const
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:`int MorEqn::mon_equation_non_nul() const <moreqn-public-int-moreqn-mon-equation-non-nul-const>`
[int MorEqn::mon_equation_non_nul() const](#moreqn-public-int-moreqn-mon-equation-non-nul-const)

~MorEqn#

Definition
MorEqn::~MorEqn()
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:`MorEqn::~MorEqn() <moreqn-protected-moreqn-dtor-moreqn>`
[MorEqn::~MorEqn()](#moreqn-protected-moreqn-dtor-moreqn)

Attributes Documentation#

mon_equation (protected)
TRUST_Ref<Equation_base *> MorEqn::mon_equation