Champs_compris_interface#

#include <Champs_compris_interface.h>
Brief description

classe Champs_compris_interface Cette classe contient une interface de methodes destinees a gerer

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:`Champs\_compris\_interface <class-champs-compris-interface>`
[Champs\_compris\_interface](#class-champs-compris-interface)

Detailed description#

les champs compris (postraitables) pour une classe donnee. Les classes qui heritent de cette classe sont : Probleme_base, Equation_base, Milieu_base, Operateur_base, Source_base, Traitement_particulier_NS_base, Traitement_particulier_Solide_base, Modele_turbulence_hyd_base, Modele_turbulence_scal_base, Loi_Etat_base, Modele_Fonc_Bas_Reynolds_Base, Modele_Fonc_Bas_Reynolds_Thermique_Base et l interface est propagee dans leurs classes derivees Methodes de l interface creer_champ() get_champ() get_noms_champs_postraitables()

Inherited by#

Inheritance graph#

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

../../../../../_images/classChamps__compris__interface__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

creer_champ#

Definition
virtual void Champs_compris_interface::creer_champ(const Motcle &motlu)=0
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:`virtual void Champs_compris_interface::creer_champ(const Motcle &motlu)=0 <champs-compris-interface-public-virtual-void-champs-compris-interface-creer-champ-const-motcle-ref-motlu-equal-0>`
[virtual void Champs_compris_interface::creer_champ(const Motcle &motlu)=0](#champs-compris-interface-public-virtual-void-champs-compris-interface-creer-champ-const-motcle-ref-motlu-equal-0)

get_champ#

Definition
virtual const Champ_base & Champs_compris_interface::get_champ(const Motcle &nom) const =0
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:`virtual const Champ_base & Champs_compris_interface::get_champ(const Motcle &nom) const =0 <champs-compris-interface-public-virtual-const-champ-base-ref-champs-compris-interface-get-champ-const-motcle-ref-nom-const-equal-0>`
[virtual const Champ_base & Champs_compris_interface::get_champ(const Motcle &nom) const =0](#champs-compris-interface-public-virtual-const-champ-base-ref-champs-compris-interface-get-champ-const-motcle-ref-nom-const-equal-0)

get_noms_champs_postraitables#

Definition
virtual void Champs_compris_interface::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const =0
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:`virtual void Champs_compris_interface::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const =0 <champs-compris-interface-public-virtual-void-champs-compris-interface-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-equal-0>`
[virtual void Champs_compris_interface::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const =0](#champs-compris-interface-public-virtual-void-champs-compris-interface-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-equal-0)

has_champ#

Definition
virtual bool Champs_compris_interface::has_champ(const Motcle &nom) const =0
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:`virtual bool Champs_compris_interface::has_champ(const Motcle &nom) const =0 <champs-compris-interface-public-virtual-bool-champs-compris-interface-has-champ-const-motcle-ref-nom-const-equal-0>`
[virtual bool Champs_compris_interface::has_champ(const Motcle &nom) const =0](#champs-compris-interface-public-virtual-bool-champs-compris-interface-has-champ-const-motcle-ref-nom-const-equal-0)

has_champ#

Definition
virtual bool Champs_compris_interface::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const =0
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:`virtual bool Champs_compris_interface::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const =0 <champs-compris-interface-public-virtual-bool-champs-compris-interface-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-equal-0>`
[virtual bool Champs_compris_interface::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const =0](#champs-compris-interface-public-virtual-bool-champs-compris-interface-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-equal-0)

~Champs_compris_interface#

Definition
virtual Champs_compris_interface::~Champs_compris_interface()
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:`virtual Champs_compris_interface::~Champs_compris_interface() <champs-compris-interface-public-virtual-champs-compris-interface-dtor-champs-compris-interface>`
[virtual Champs_compris_interface::~Champs_compris_interface()](#champs-compris-interface-public-virtual-champs-compris-interface-dtor-champs-compris-interface)

Attributes Documentation#