Champ_Post_Operateur_Eqn#

#include <Champ_Post_Operateur_Eqn.h>

class Champ_Post_Operateur_Eqn OWN_PTR(Champ_base) destine a post - traiter le gradient d un champ generique

How to cite this class in this doc#

:ref:`Champ\_Post\_Operateur\_Eqn <class-champ-post-operateur-eqn>`
[Champ\_Post\_Operateur\_Eqn](#class-champ-post-operateur-eqn)

Detailed description#

La classe porte un operateur statistique “gradient” Syntaxe a respecter pour jdd nom_choisi operateur_eqn { sources { refchamp { pb_champ nom_pb nom_inconnue } } numero_source/numero op 1 } Il faut entrer le nom de l’inconnue et pas celui de l’equation Le numero des termes sources est celui du jdd, bien respecter l’ordre Pour les operateurs : 0 diffusion, 1 convection

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Champ_Post_Operateur_Eqn
Champ_Post_Operateur_Eqn::Champ_Post_Operateur_Eqn()
References
How to cite in this doc:
:ref:`Champ_Post_Operateur_Eqn::Champ_Post_Operateur_Eqn() <public-champ-post-operateur-eqn-champ-post-operateur-eqn>`
[Champ_Post_Operateur_Eqn::Champ_Post_Operateur_Eqn()](#public-champ-post-operateur-eqn-champ-post-operateur-eqn)
completer
void Champ_Post_Operateur_Eqn::completer(const Postraitement_base &post) override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Champ_Post_Operateur_Eqn::completer(const Postraitement_base &post) override <public-void-champ-post-operateur-eqn-completer-const-postraitement-base-ref-post-override>`
[void Champ_Post_Operateur_Eqn::completer(const Postraitement_base &post) override](#public-void-champ-post-operateur-eqn-completer-const-postraitement-base-ref-post-override)
duplique
int Champ_Post_Operateur_Eqn::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Champ_Post_Operateur_Eqn::duplique() const override <public-int-champ-post-operateur-eqn-duplique-const-override>`
[int Champ_Post_Operateur_Eqn::duplique() const override](#public-int-champ-post-operateur-eqn-duplique-const-override)
get_champ
const Champ_base & Champ_Post_Operateur_Eqn::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`const Champ_base & Champ_Post_Operateur_Eqn::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override <public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Post_Operateur_Eqn::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override](#public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override)
get_champ_compo_without_evaluation
const Champ_base & Champ_Post_Operateur_Eqn::get_champ_compo_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const
References
Referenced By
How to cite in this doc:
:ref:`const Champ_base & Champ_Post_Operateur_Eqn::get_champ_compo_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const <public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-compo-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const>`
[const Champ_base & Champ_Post_Operateur_Eqn::get_champ_compo_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const](#public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-compo-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const)
get_champ_without_evaluation
const Champ_base & Champ_Post_Operateur_Eqn::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`const Champ_base & Champ_Post_Operateur_Eqn::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override <public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Post_Operateur_Eqn::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override](#public-const-champ-base-ref-champ-post-operateur-eqn-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override)
get_info
const Type_info * Champ_Post_Operateur_Eqn::get_info() const override

Donne des informations sur le type de l’ Objet_U .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Champ_Post_Operateur_Eqn::get_info() const override <public-const-type-info-ptr-champ-post-operateur-eqn-get-info-const-override>`
[const Type_info * Champ_Post_Operateur_Eqn::get_info() const override](#public-const-type-info-ptr-champ-post-operateur-eqn-get-info-const-override)
get_localisation
Entity Champ_Post_Operateur_Eqn::get_localisation(const int index=-1) const override

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.

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:

References
How to cite in this doc:
:ref:`Entity Champ_Post_Operateur_Eqn::get_localisation(const int index=-1) const override <public-entity-champ-post-operateur-eqn-get-localisation-const-int-index-equal-1-const-override>`
[Entity Champ_Post_Operateur_Eqn::get_localisation(const int index=-1) const override](#public-entity-champ-post-operateur-eqn-get-localisation-const-int-index-equal-1-const-override)
get_property
const Noms Champ_Post_Operateur_Eqn::get_property(const Motcle &query) const override

Renvoie la propriete demandee.

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 cite in this doc:
:ref:`const Noms Champ_Post_Operateur_Eqn::get_property(const Motcle &query) const override <public-const-noms-champ-post-operateur-eqn-get-property-const-motcle-ref-query-const-override>`
[const Noms Champ_Post_Operateur_Eqn::get_property(const Motcle &query) const override](#public-const-noms-champ-post-operateur-eqn-get-property-const-motcle-ref-query-const-override)
nommer_source
void Champ_Post_Operateur_Eqn::nommer_source() override

Reimplements:

References
How to cite in this doc:
:ref:`void Champ_Post_Operateur_Eqn::nommer_source() override <public-void-champ-post-operateur-eqn-nommer-source-override>`
[void Champ_Post_Operateur_Eqn::nommer_source() override](#public-void-champ-post-operateur-eqn-nommer-source-override)
Operateur
const Operateur_base & Champ_Post_Operateur_Eqn::Operateur() const override

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`const Operateur_base & Champ_Post_Operateur_Eqn::Operateur() const override <public-const-operateur-base-ref-champ-post-operateur-eqn-operateur-const-override>`
[const Operateur_base & Champ_Post_Operateur_Eqn::Operateur() const override](#public-const-operateur-base-ref-champ-post-operateur-eqn-operateur-const-override)
Operateur
Operateur_base & Champ_Post_Operateur_Eqn::Operateur() override

Reimplements:

References
How to cite in this doc:
:ref:`Operateur_base & Champ_Post_Operateur_Eqn::Operateur() override <public-operateur-base-ref-champ-post-operateur-eqn-operateur-override>`
[Operateur_base & Champ_Post_Operateur_Eqn::Operateur() override](#public-operateur-base-ref-champ-post-operateur-eqn-operateur-override)
set_param
void Champ_Post_Operateur_Eqn::set_param(Param &param) override

Reimplements:

References
How to cite in this doc:
:ref:`void Champ_Post_Operateur_Eqn::set_param(Param &param) override <public-void-champ-post-operateur-eqn-set-param-param-ref-param-override>`
[void Champ_Post_Operateur_Eqn::set_param(Param &param) override](#public-void-champ-post-operateur-eqn-set-param-param-ref-param-override)
taille_memoire
unsigned Champ_Post_Operateur_Eqn::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Champ_Post_Operateur_Eqn::taille_memoire() const override <public-unsigned-champ-post-operateur-eqn-taille-memoire-const-override>`
[unsigned Champ_Post_Operateur_Eqn::taille_memoire() const override](#public-unsigned-champ-post-operateur-eqn-taille-memoire-const-override)
verification_cas_compo
void Champ_Post_Operateur_Eqn::verification_cas_compo() const
References
How to cite in this doc:
:ref:`void Champ_Post_Operateur_Eqn::verification_cas_compo() const <public-void-champ-post-operateur-eqn-verification-cas-compo-const>`
[void Champ_Post_Operateur_Eqn::verification_cas_compo() const](#public-void-champ-post-operateur-eqn-verification-cas-compo-const)
~Champ_Post_Operateur_Eqn
Champ_Post_Operateur_Eqn::~Champ_Post_Operateur_Eqn()
How to cite in this doc:
:ref:`Champ_Post_Operateur_Eqn::~Champ_Post_Operateur_Eqn() <public-champ-post-operateur-eqn-dtor-champ-post-operateur-eqn>`
[Champ_Post_Operateur_Eqn::~Champ_Post_Operateur_Eqn()](#public-champ-post-operateur-eqn-dtor-champ-post-operateur-eqn)
cree_instance
Objet_U * Champ_Post_Operateur_Eqn::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Champ_Post_Operateur_Eqn::cree_instance() <public-static-objet-u-ptr-champ-post-operateur-eqn-cree-instance>`
[Objet_U * Champ_Post_Operateur_Eqn::cree_instance()](#public-static-objet-u-ptr-champ-post-operateur-eqn-cree-instance)
info
const Type_info * Champ_Post_Operateur_Eqn::info()
How to cite in this doc:
:ref:`const Type_info * Champ_Post_Operateur_Eqn::info() <public-static-const-type-info-ptr-champ-post-operateur-eqn-info>`
[const Type_info * Champ_Post_Operateur_Eqn::info()](#public-static-const-type-info-ptr-champ-post-operateur-eqn-info)
self_cast
const Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(const Objet_U &) <public-static-const-champ-post-operateur-eqn-ref-champ-post-operateur-eqn-self-cast-const-objet-u-ref>`
[const Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(const Objet_U &)](#public-static-const-champ-post-operateur-eqn-ref-champ-post-operateur-eqn-self-cast-const-objet-u-ref)
self_cast
Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(Objet_U &) <public-static-champ-post-operateur-eqn-ref-champ-post-operateur-eqn-self-cast-objet-u-ref>`
[Champ_Post_Operateur_Eqn & Champ_Post_Operateur_Eqn::self_cast(Objet_U &)](#public-static-champ-post-operateur-eqn-ref-champ-post-operateur-eqn-self-cast-objet-u-ref)
printOn
Sortie & Champ_Post_Operateur_Eqn::printOn(Sortie &x) const override

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Champ_Post_Operateur_Eqn::printOn(Sortie &x) const override <protected-sortie-ref-champ-post-operateur-eqn-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Post_Operateur_Eqn::printOn(Sortie &x) const override](#protected-sortie-ref-champ-post-operateur-eqn-printon-sortie-ref-x-const-override)
readOn
Entree & Champ_Post_Operateur_Eqn::readOn(Entree &) override

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Champ_Post_Operateur_Eqn::readOn(Entree &) override <protected-entree-ref-champ-post-operateur-eqn-readon-entree-ref-override>`
[Entree & Champ_Post_Operateur_Eqn::readOn(Entree &) override](#protected-entree-ref-champ-post-operateur-eqn-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Post_Operateur_Eqn::info_obj
compo_ (protected)
int Champ_Post_Operateur_Eqn::compo_
localisation_inco_ (protected)
Entity Champ_Post_Operateur_Eqn::localisation_inco_ = Entity::NODE
numero_masse_ (protected)
int Champ_Post_Operateur_Eqn::numero_masse_
numero_op_ (protected)
int Champ_Post_Operateur_Eqn::numero_op_
numero_source_ (protected)
int Champ_Post_Operateur_Eqn::numero_source_
ref_eq_ (protected)
TRUST_Ref<Equation_base *> Champ_Post_Operateur_Eqn::ref_eq_
sans_solveur_masse_ (protected)
bool Champ_Post_Operateur_Eqn::sans_solveur_masse_ = false