Champ_Generique_Morceau_Equation#

#include <Champ_Generique_Morceau_Equation.h>
Brief description

class Champ_Generique_Morceau_Equation OWN_PTR(Champ_base) destine a post - traiter une quantite liee a un morceau d equation

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:`Champ\_Generique\_Morceau\_Equation <class-champ-generique-morceau-equation>`
[Champ\_Generique\_Morceau\_Equation](#class-champ-generique-morceau-equation)

Detailed description#

Consulter la hierarchie de MorEqn pour connaitre les morceaux d equation Syntaxe a respecter pour jdd “nom_champ” Morceau_Equation { type “type_moreqn” numero “numero_moreqn” option “type_option” [ compo “num_compo” ] source Champ_Post_ref_Champ { Pb_champ “nom_pb” “nom_champ_discret” } } “nom_champ” fixe par utilisateur sera le nom du champ generique “unite” fixe par utilisateur pour la lisibilite dans les postraitements “type_moreqn” designe le type de morceau d equation (actuellement disponible “operateur”) “numero_moreqn” designe le numero du morceau ex : cas operateur : 0 (diffusion) 1 (convection) 2 (gradient) 3 (divergence) “type_option” option choisie (“stabilite” ou “flux_bords”) “num_compo” numero de la composante a postraiter (a considerer uniquement pour “flux_bords” si plusieurs composantes)

Inherits from#

Inheritance graph#

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

../../../../../_images/classChamp__Generique__Morceau__Equation__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Champ_Generique_Morceau_Equation#

Definition
Champ_Generique_Morceau_Equation::Champ_Generique_Morceau_Equation()
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:`Champ_Generique_Morceau_Equation::Champ_Generique_Morceau_Equation() <champ-generique-morceau-equation-public-champ-generique-morceau-equation-champ-generique-morceau-equation>`
[Champ_Generique_Morceau_Equation::Champ_Generique_Morceau_Equation()](#champ-generique-morceau-equation-public-champ-generique-morceau-equation-champ-generique-morceau-equation)

completer#

Definition
void Champ_Generique_Morceau_Equation::completer(const Postraitement_base &post) override
Brief description
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:`void Champ_Generique_Morceau_Equation::completer(const Postraitement_base &post) override <champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-completer-const-postraitement-base-ref-post-override>`
[void Champ_Generique_Morceau_Equation::completer(const Postraitement_base &post) override](#champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-completer-const-postraitement-base-ref-post-override)

creer_espace_stockage#

Definition
TRUST_Deriv<Champ_Fonc_base> & Champ_Generique_Morceau_Equation::creer_espace_stockage(const Nature_du_champ &nature, const int nb_comp, TRUST_Deriv< Champ_Fonc_base > &es_tmp) 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:`TRUST_Deriv<Champ_Fonc_base> & Champ_Generique_Morceau_Equation::creer_espace_stockage(const Nature_du_champ &nature, const int nb_comp, TRUST_Deriv< Champ_Fonc_base > &es_tmp) const override <champ-generique-morceau-equation-public-trust-deriv-champ-fonc-base-ref-champ-generique-morceau-equation-creer-espace-stockage-const-nature-du-champ-ref-nature-const-int-nb-comp-trust-deriv-champ-fonc-base-ref-es-tmp-const-override>`
[TRUST_Deriv<Champ_Fonc_base> & Champ_Generique_Morceau_Equation::creer_espace_stockage(const Nature_du_champ &nature, const int nb_comp, TRUST_Deriv< Champ_Fonc_base > &es_tmp) const override](#champ-generique-morceau-equation-public-trust-deriv-champ-fonc-base-ref-champ-generique-morceau-equation-creer-espace-stockage-const-nature-du-champ-ref-nature-const-int-nb-comp-trust-deriv-champ-fonc-base-ref-es-tmp-const-override)

duplique#

Definition
int Champ_Generique_Morceau_Equation::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 Champ_Generique_Morceau_Equation::duplique() const override <champ-generique-morceau-equation-public-int-champ-generique-morceau-equation-duplique-const-override>`
[int Champ_Generique_Morceau_Equation::duplique() const override](#champ-generique-morceau-equation-public-int-champ-generique-morceau-equation-duplique-const-override)

get_champ#

Definition
const Champ_base & Champ_Generique_Morceau_Equation::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override
Brief description

le morceau d equation lance la discretisation du champ espace_stockage et remplit son tableau de valeurs par la methode calculer_pour_post(.

Detailed description

..) Rq : Ce procede differe de celui applique dans les autres Champ_Generique_base pour lesquels le remplissage du tableau de valeurs de espace_stockage n’est pas delegue

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 Champ_base & Champ_Generique_Morceau_Equation::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override <champ-generique-morceau-equation-public-const-champ-base-ref-champ-generique-morceau-equation-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Generique_Morceau_Equation::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override](#champ-generique-morceau-equation-public-const-champ-base-ref-champ-generique-morceau-equation-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override)

get_champ_without_evaluation#

Definition
const Champ_base & Champ_Generique_Morceau_Equation::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override
Brief description
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 Champ_base & Champ_Generique_Morceau_Equation::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override <champ-generique-morceau-equation-public-const-champ-base-ref-champ-generique-morceau-equation-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Generique_Morceau_Equation::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override](#champ-generique-morceau-equation-public-const-champ-base-ref-champ-generique-morceau-equation-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override)

get_directive_pour_discr#

Definition
const Motcle Champ_Generique_Morceau_Equation::get_directive_pour_discr() const override
Brief description

Renvoie la directive (champ_elem, champ_sommets, champ_face ou pression) pour lancer la discretisation de l espace de stockage rendu par get_champ()

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:`const Motcle Champ_Generique_Morceau_Equation::get_directive_pour_discr() const override <champ-generique-morceau-equation-public-const-motcle-champ-generique-morceau-equation-get-directive-pour-discr-const-override>`
[const Motcle Champ_Generique_Morceau_Equation::get_directive_pour_discr() const override](#champ-generique-morceau-equation-public-const-motcle-champ-generique-morceau-equation-get-directive-pour-discr-const-override)

get_info#

Definition
const Type_info * Champ_Generique_Morceau_Equation::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 * Champ_Generique_Morceau_Equation::get_info() const override <champ-generique-morceau-equation-public-const-type-info-ptr-champ-generique-morceau-equation-get-info-const-override>`
[const Type_info * Champ_Generique_Morceau_Equation::get_info() const override](#champ-generique-morceau-equation-public-const-type-info-ptr-champ-generique-morceau-equation-get-info-const-override)

get_localisation#

Definition
Entity Champ_Generique_Morceau_Equation::get_localisation(const int index=-1) const override
Brief description

Renvoie le type des entites geometriques sur auxquelles les valeurs discretes sont attachees (NODE pour un champ P1, FACE pour un champ P1NC, ELEMENT pour un.

Detailed description

champ P0, etc). Il est conseille d’utiliser la syntaxe get_localisation() sans parametre, sauf si on sait quoi faire pour les champs multi - supports.

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:`Entity Champ_Generique_Morceau_Equation::get_localisation(const int index=-1) const override <champ-generique-morceau-equation-public-entity-champ-generique-morceau-equation-get-localisation-const-int-index-equal-1-const-override>`
[Entity Champ_Generique_Morceau_Equation::get_localisation(const int index=-1) const override](#champ-generique-morceau-equation-public-entity-champ-generique-morceau-equation-get-localisation-const-int-index-equal-1-const-override)

get_property#

Definition
const Noms Champ_Generique_Morceau_Equation::get_property(const Motcle &query) const override
Brief description

Renvoie la propriete demandee.

Detailed description

Exemples: “DISCRETISATION” : type du champ discret (P0, P1, P1NC, etc…) “ELEMENT_TYPE” : type de l’element de plus grande dimension ({TRIANGLE}, {TETRAHEDRA}, {QUAD}, {HEXA}, etc) “DYNAMIC_MESH” : le maillage est - il dynamique ou pas ({STATIC}, {DYNAMIC}) “NAME” : nom du champ “COMPONENT_NAMES” : nom des composantes du champ ({K,EPSILON} ou {VITESSE_X,VITESSE_Y,VITESSE_Z}) “BOUNDARY_NAMES” : nom des bords “COORDINATES” : systeme de coordonnees des noeuds ({X}, {X,Y}, {X,Y,Z}, {R,THETA}, etc…) Exceptions:

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 Noms Champ_Generique_Morceau_Equation::get_property(const Motcle &query) const override <champ-generique-morceau-equation-public-const-noms-champ-generique-morceau-equation-get-property-const-motcle-ref-query-const-override>`
[const Noms Champ_Generique_Morceau_Equation::get_property(const Motcle &query) const override](#champ-generique-morceau-equation-public-const-noms-champ-generique-morceau-equation-get-property-const-motcle-ref-query-const-override)

morceau#

Definition
MorEqn & Champ_Generique_Morceau_Equation::morceau()
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:`MorEqn & Champ_Generique_Morceau_Equation::morceau() <champ-generique-morceau-equation-public-moreqn-ref-champ-generique-morceau-equation-morceau>`
[MorEqn & Champ_Generique_Morceau_Equation::morceau()](#champ-generique-morceau-equation-public-moreqn-ref-champ-generique-morceau-equation-morceau)

morceau#

Definition
const MorEqn & Champ_Generique_Morceau_Equation::morceau() 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:`const MorEqn & Champ_Generique_Morceau_Equation::morceau() const <champ-generique-morceau-equation-public-const-moreqn-ref-champ-generique-morceau-equation-morceau-const>`
[const MorEqn & Champ_Generique_Morceau_Equation::morceau() const](#champ-generique-morceau-equation-public-const-moreqn-ref-champ-generique-morceau-equation-morceau-const)

nommer_source#

Definition
void Champ_Generique_Morceau_Equation::nommer_source() override
Brief description
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:`void Champ_Generique_Morceau_Equation::nommer_source() override <champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-nommer-source-override>`
[void Champ_Generique_Morceau_Equation::nommer_source() override](#champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-nommer-source-override)

set_param#

Definition
void Champ_Generique_Morceau_Equation::set_param(Param &param) override
Brief description
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:`void Champ_Generique_Morceau_Equation::set_param(Param &param) override <champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-set-param-param-ref-param-override>`
[void Champ_Generique_Morceau_Equation::set_param(Param &param) override](#champ-generique-morceau-equation-public-void-champ-generique-morceau-equation-set-param-param-ref-param-override)

taille_memoire#

Definition
unsigned Champ_Generique_Morceau_Equation::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 Champ_Generique_Morceau_Equation::taille_memoire() const override <champ-generique-morceau-equation-public-unsigned-champ-generique-morceau-equation-taille-memoire-const-override>`
[unsigned Champ_Generique_Morceau_Equation::taille_memoire() const override](#champ-generique-morceau-equation-public-unsigned-champ-generique-morceau-equation-taille-memoire-const-override)

~Champ_Generique_Morceau_Equation#

Definition
Champ_Generique_Morceau_Equation::~Champ_Generique_Morceau_Equation()
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:`Champ_Generique_Morceau_Equation::~Champ_Generique_Morceau_Equation() <champ-generique-morceau-equation-public-champ-generique-morceau-equation-dtor-champ-generique-morceau-equation>`
[Champ_Generique_Morceau_Equation::~Champ_Generique_Morceau_Equation()](#champ-generique-morceau-equation-public-champ-generique-morceau-equation-dtor-champ-generique-morceau-equation)

cree_instance#

Definition
Objet_U * Champ_Generique_Morceau_Equation::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 * Champ_Generique_Morceau_Equation::cree_instance() <champ-generique-morceau-equation-public-static-objet-u-ptr-champ-generique-morceau-equation-cree-instance>`
[Objet_U * Champ_Generique_Morceau_Equation::cree_instance()](#champ-generique-morceau-equation-public-static-objet-u-ptr-champ-generique-morceau-equation-cree-instance)

info#

Definition
const Type_info * Champ_Generique_Morceau_Equation::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 * Champ_Generique_Morceau_Equation::info() <champ-generique-morceau-equation-public-static-const-type-info-ptr-champ-generique-morceau-equation-info>`
[const Type_info * Champ_Generique_Morceau_Equation::info()](#champ-generique-morceau-equation-public-static-const-type-info-ptr-champ-generique-morceau-equation-info)

self_cast#

Definition
const Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::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 Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::self_cast(const Objet_U &) <champ-generique-morceau-equation-public-static-const-champ-generique-morceau-equation-ref-champ-generique-morceau-equation-self-cast-const-objet-u-ref>`
[const Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::self_cast(const Objet_U &)](#champ-generique-morceau-equation-public-static-const-champ-generique-morceau-equation-ref-champ-generique-morceau-equation-self-cast-const-objet-u-ref)

self_cast#

Definition
Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::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:`Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::self_cast(Objet_U &) <champ-generique-morceau-equation-public-static-champ-generique-morceau-equation-ref-champ-generique-morceau-equation-self-cast-objet-u-ref>`
[Champ_Generique_Morceau_Equation & Champ_Generique_Morceau_Equation::self_cast(Objet_U &)](#champ-generique-morceau-equation-public-static-champ-generique-morceau-equation-ref-champ-generique-morceau-equation-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Champ_Generique_Morceau_Equation::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 & Champ_Generique_Morceau_Equation::printOn(Sortie &x) const override <champ-generique-morceau-equation-protected-sortie-ref-champ-generique-morceau-equation-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Generique_Morceau_Equation::printOn(Sortie &x) const override](#champ-generique-morceau-equation-protected-sortie-ref-champ-generique-morceau-equation-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Champ_Generique_Morceau_Equation::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 & Champ_Generique_Morceau_Equation::readOn(Entree &) override <champ-generique-morceau-equation-protected-entree-ref-champ-generique-morceau-equation-readon-entree-ref-override>`
[Entree & Champ_Generique_Morceau_Equation::readOn(Entree &) override](#champ-generique-morceau-equation-protected-entree-ref-champ-generique-morceau-equation-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Generique_Morceau_Equation::info_obj
compo_ (protected)
int Champ_Generique_Morceau_Equation::compo_
localisation_ (protected)
Motcle Champ_Generique_Morceau_Equation::localisation_
numero_morceau_ (protected)
int Champ_Generique_Morceau_Equation::numero_morceau_
option_ (protected)
Nom Champ_Generique_Morceau_Equation::option_
ref_eq_ (protected)
TRUST_Ref<Equation_base *> Champ_Generique_Morceau_Equation::ref_eq_
type_morceau_ (protected)
Nom Champ_Generique_Morceau_Equation::type_morceau_
unite_ (protected)
Nom Champ_Generique_Morceau_Equation::unite_