Champ_Generique_Reduction_0D#
#include <Champ_Generique_Reduction_0D.h>
class Champ_Generique_Reduction_0D
How to cite this class in this doc#
:ref:`Champ\_Generique\_Reduction\_0D <class-champ-generique-reduction-0d>`
[Champ\_Generique\_Reduction\_0D](#class-champ-generique-reduction-0d)
Detailed description#
Inherits from#
public : Champ_Gen_de_Champs_Gen
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
Champ_Generique_Reduction_0D::Champ_Generique_Reduction_0D()
How to cite in this doc:
:ref:`Champ_Generique_Reduction_0D::Champ_Generique_Reduction_0D() <public-champ-generique-reduction-0d-champ-generique-reduction-0d>`
[Champ_Generique_Reduction_0D::Champ_Generique_Reduction_0D()](#public-champ-generique-reduction-0d-champ-generique-reduction-0d)
void Champ_Generique_Reduction_0D::completer(const Postraitement_base &post) override
Reimplements:
References
How to cite in this doc:
:ref:`void Champ_Generique_Reduction_0D::completer(const Postraitement_base &post) override <public-void-champ-generique-reduction-0d-completer-const-postraitement-base-ref-post-override>`
[void Champ_Generique_Reduction_0D::completer(const Postraitement_base &post) override](#public-void-champ-generique-reduction-0d-completer-const-postraitement-base-ref-post-override)
int Champ_Generique_Reduction_0D::duplique() const override
Reimplements:
How to cite in this doc:
:ref:`int Champ_Generique_Reduction_0D::duplique() const override <public-int-champ-generique-reduction-0d-duplique-const-override>`
[int Champ_Generique_Reduction_0D::duplique() const override](#public-int-champ-generique-reduction-0d-duplique-const-override)
void Champ_Generique_Reduction_0D::extraire(double &val_extraites, const DoubleVect &val_source, const int composante_VDF=-1) const
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Generique_Reduction_0D::extraire(double &val_extraites, const DoubleVect &val_source, const int composante_VDF=-1) const <public-void-champ-generique-reduction-0d-extraire-double-ref-val-extraites-const-doublevect-ref-val-source-const-int-composante-vdf-equal-1-const>`
[void Champ_Generique_Reduction_0D::extraire(double &val_extraites, const DoubleVect &val_source, const int composante_VDF=-1) const](#public-void-champ-generique-reduction-0d-extraire-double-ref-val-extraites-const-doublevect-ref-val-source-const-int-composante-vdf-equal-1-const)
const Champ_base & Champ_Generique_Reduction_0D::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override
Reduction_0D du champ source (au sens qu on le rend uniforme) en fonction de la methode (min, max, moyenne, moyenne_ponderee_volume_elem, somme, somme_ponderee)
Dans le cas ou le champ possede plusieurs composantes, elles sont traitees une par une
Reimplements:
References
How to cite in this doc:
:ref:`const Champ_base & Champ_Generique_Reduction_0D::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override <public-const-champ-base-ref-champ-generique-reduction-0d-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Generique_Reduction_0D::get_champ(TRUST_Deriv< Champ_base > &espace_stockage) const override](#public-const-champ-base-ref-champ-generique-reduction-0d-get-champ-trust-deriv-champ-base-ref-espace-stockage-const-override)
const Champ_base & Champ_Generique_Reduction_0D::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override
Reimplements:
References
How to cite in this doc:
:ref:`const Champ_base & Champ_Generique_Reduction_0D::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override <public-const-champ-base-ref-champ-generique-reduction-0d-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override>`
[const Champ_base & Champ_Generique_Reduction_0D::get_champ_without_evaluation(TRUST_Deriv< Champ_base > &espace_stockage) const override](#public-const-champ-base-ref-champ-generique-reduction-0d-get-champ-without-evaluation-trust-deriv-champ-base-ref-espace-stockage-const-override)
const Type_info * Champ_Generique_Reduction_0D::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_Generique_Reduction_0D::get_info() const override <public-const-type-info-ptr-champ-generique-reduction-0d-get-info-const-override>`
[const Type_info * Champ_Generique_Reduction_0D::get_info() const override](#public-const-type-info-ptr-champ-generique-reduction-0d-get-info-const-override)
const Noms Champ_Generique_Reduction_0D::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
Referenced By
How to cite in this doc:
:ref:`const Noms Champ_Generique_Reduction_0D::get_property(const Motcle &query) const override <public-const-noms-champ-generique-reduction-0d-get-property-const-motcle-ref-query-const-override>`
[const Noms Champ_Generique_Reduction_0D::get_property(const Motcle &query) const override](#public-const-noms-champ-generique-reduction-0d-get-property-const-motcle-ref-query-const-override)
void Champ_Generique_Reduction_0D::nommer_source() override
Reimplements:
References
How to cite in this doc:
:ref:`void Champ_Generique_Reduction_0D::nommer_source() override <public-void-champ-generique-reduction-0d-nommer-source-override>`
[void Champ_Generique_Reduction_0D::nommer_source() override](#public-void-champ-generique-reduction-0d-nommer-source-override)
void Champ_Generique_Reduction_0D::set_param(Param ¶m) override
Reimplements:
How to cite in this doc:
:ref:`void Champ_Generique_Reduction_0D::set_param(Param ¶m) override <public-void-champ-generique-reduction-0d-set-param-param-ref-param-override>`
[void Champ_Generique_Reduction_0D::set_param(Param ¶m) override](#public-void-champ-generique-reduction-0d-set-param-param-ref-param-override)
unsigned Champ_Generique_Reduction_0D::taille_memoire() const override
Reimplements:
How to cite in this doc:
:ref:`unsigned Champ_Generique_Reduction_0D::taille_memoire() const override <public-unsigned-champ-generique-reduction-0d-taille-memoire-const-override>`
[unsigned Champ_Generique_Reduction_0D::taille_memoire() const override](#public-unsigned-champ-generique-reduction-0d-taille-memoire-const-override)
Champ_Generique_Reduction_0D::~Champ_Generique_Reduction_0D()
How to cite in this doc:
:ref:`Champ_Generique_Reduction_0D::~Champ_Generique_Reduction_0D() <public-champ-generique-reduction-0d-dtor-champ-generique-reduction-0d>`
[Champ_Generique_Reduction_0D::~Champ_Generique_Reduction_0D()](#public-champ-generique-reduction-0d-dtor-champ-generique-reduction-0d)
Objet_U * Champ_Generique_Reduction_0D::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Champ_Generique_Reduction_0D::cree_instance() <public-static-objet-u-ptr-champ-generique-reduction-0d-cree-instance>`
[Objet_U * Champ_Generique_Reduction_0D::cree_instance()](#public-static-objet-u-ptr-champ-generique-reduction-0d-cree-instance)
const Type_info * Champ_Generique_Reduction_0D::info()
How to cite in this doc:
:ref:`const Type_info * Champ_Generique_Reduction_0D::info() <public-static-const-type-info-ptr-champ-generique-reduction-0d-info>`
[const Type_info * Champ_Generique_Reduction_0D::info()](#public-static-const-type-info-ptr-champ-generique-reduction-0d-info)
const Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(const Objet_U &) <public-static-const-champ-generique-reduction-0d-ref-champ-generique-reduction-0d-self-cast-const-objet-u-ref>`
[const Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(const Objet_U &)](#public-static-const-champ-generique-reduction-0d-ref-champ-generique-reduction-0d-self-cast-const-objet-u-ref)
Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(Objet_U &) <public-static-champ-generique-reduction-0d-ref-champ-generique-reduction-0d-self-cast-objet-u-ref>`
[Champ_Generique_Reduction_0D & Champ_Generique_Reduction_0D::self_cast(Objet_U &)](#public-static-champ-generique-reduction-0d-ref-champ-generique-reduction-0d-self-cast-objet-u-ref)
Sortie & Champ_Generique_Reduction_0D::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_Generique_Reduction_0D::printOn(Sortie &x) const override <protected-sortie-ref-champ-generique-reduction-0d-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Generique_Reduction_0D::printOn(Sortie &x) const override](#protected-sortie-ref-champ-generique-reduction-0d-printon-sortie-ref-x-const-override)
Entree & Champ_Generique_Reduction_0D::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Reimplements:
How to cite in this doc:
:ref:`Entree & Champ_Generique_Reduction_0D::readOn(Entree &) override <protected-entree-ref-champ-generique-reduction-0d-readon-entree-ref-override>`
[Entree & Champ_Generique_Reduction_0D::readOn(Entree &) override](#protected-entree-ref-champ-generique-reduction-0d-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_Generique_Reduction_0D::info_obj
Motcle Champ_Generique_Reduction_0D::methode_
int Champ_Generique_Reduction_0D::numero_elem_ = - 10
int Champ_Generique_Reduction_0D::numero_proc_ = - 10
DoubleVect Champ_Generique_Reduction_0D::volume_controle_
TRUST_Deriv<Champ_Fonc_base> Champ_Generique_Reduction_0D::espace_stockage_
TRUST_Deriv<Champ_base> Champ_Generique_Reduction_0D::source_espace_stockage_