16#include <Champ_Generique_Ecart_Type.h>
17#include <Champ_Generique_Moyenne.h>
18#include <Discretisation_base.h>
19#include <Schema_Temps_base.h>
20#include <Postraitement.h>
21#include <Synonyme_info.h>
50 Motcle nom_champ_moyenne(
"Moyenne_");
51 nom_champ_moyenne += nom_champ;
52 nom_champ_moyenne +=
"_";
54 nom_champ_moyenne +=
"_";
67 prefix += post.
le_nom() +
"_";
74 Cerr<<
"The specification of the post-processing rms field "<<finl;
76 Cerr<<
"implies to specify before the corresponding "<<finl;
77 Cerr<<
"post-processing statistics average field."<<finl;
78 Cerr<<
"Please, modify your data set to specify the post-processing statistics"<<finl;
79 Cerr<<
"average field before (instead of after) the rms field "<<finl;
90 const Champ_base& source = mon_champ->get_champ(espace_stockage_source);
94 espace_stockage = creer_espace_stockage(nature_source,
nb_comp,es_tmp);
95 return espace_stockage;
103 const Champ_base& source = mon_champ->get_champ(espace_stockage_source);
106 if (!espace_stockage_)
107 creer_espace_stockage(nature_source,
nb_comp,espace_stockage_);
109 espace_stockage_->changer_temps(
temps());
110 DoubleTab& tab_ecart_type = espace_stockage_->valeurs();
113 return espace_stockage_;
121 motcles[0] =
"composantes";
123 int rang = motcles.
search(query);
149 int nb_comp = source_compos.size();
170 Nom nom_post_source, nom_champ_source;
172 nom_champ_source = nom[0];
173 nom_post_source =
"Ecart_Type_";
174 nom_post_source += nom_champ_source;
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
const Noms get_property(const Motcle &query) const override
Returns the requested property.
void completer(const Postraitement_base &post) override
const Probleme_base & get_ref_pb_base() const override
Returns the problem that carries the target field.
virtual const Champ_Generique_base & get_source(int i) const
const Domaine_dis_base & get_ref_domaine_dis_base() const override
Returns a ref to the discretized domain on which the storage space will be evaluated.
virtual const int nb_comp
class Champ_Generique_Ecart_Type OWN_PTR(Champ_base) intended to post-process a standard deviation (E...
double temps() const override
const Noms get_property(const Motcle &query) const override
Returns the requested property.
const Integrale_tps_Champ & integrale() const override
void nommer_source() override
void completer(const Postraitement_base &post) override
const Champ_base & get_champ_without_evaluation(OWN_PTR(Champ_base)&espace_stockage) const override
const Champ_base & get_champ(OWN_PTR(Champ_base)&espace_stockage) const override
Op_Ecart_type Op_Ecart_Type_
class Champ_Generique_Moyenne OWN_PTR(Champ_base) intended to post-process an average of a generic fi...
Classe Champ_Generique_Statistiques_base Base class for generic field classes dedicated to statistics...
bool use_source_name_only_
class Champ_Generique_base
virtual const Noms get_property(const Motcle &query) const
Returns the requested property.
void nommer(const Nom &nom) override
Assigns a name to the Objet_U. Virtual method to override.
OBS_PTR(Probleme_base) ref_pb_
class Champ_base This class is the base of the fields hierarchy.
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual int nb_comp() const
virtual Nature_du_champ nature_du_champ() const
A character string (Nom) in uppercase.
An array of Motcle objects.
int search(const Motcle &t) const
class Nom: a character string for naming TRUST objects.
An array of character strings (VECT(Nom)).
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Operateur_Statistique_tps_base
Base class for all post-processing objects.
const Nom & le_nom() const override
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
class Postraitement. The class holds -a list of generic fields champs_post_complet_ containing
int comprend_champ_post(const Motcle &identifiant) const
virtual const Champ_Generique_base & get_champ_post(const Motcle &nom) const
const Nom & le_nom() const override
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
virtual void echange_espace_virtuel(IsExchangeBlocking exchange_type=IsExchangeBlocking::DefaultBlocking, const std::string kernel_name="noname")