16#ifndef Champ_Generique_Morceau_Equation_included
17#define Champ_Generique_Morceau_Equation_included
19#include <Champ_Gen_de_Champs_Gen.h>
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
Base class of generic fields having other generic fields as source. The use of the class methods reli...
class Champ_Generique_Morceau_Equation OWN_PTR(Champ_base) intended to post-process a quantity relate...
const MorEqn & morceau() const
const Noms get_property(const Motcle &query) const override
Returns the requested property.
const int OWN_PTR(Champ_Fonc_base) &es_tmp) const override
void nommer_source() override
void completer(const Postraitement_base &post) override
void set_param(Param ¶m) const override
OWN_PTR(Champ_Fonc_base) &creer_espace_stockage(const Nature_du_champ &nature
const Motcle get_directive_pour_discr() const override
Returns the directive (champ_elem, champ_sommets, champ_face or pression) to launch the discretizatio...
const Champ_base & get_champ(OWN_PTR(Champ_base)&espace_stockage) const override
const Champ_base & get_champ_without_evaluation(OWN_PTR(Champ_base)&espace_stockage) const override
Entity get_localisation(const int index=-1) const override
Returns the type of geometric entities on which the discrete values are attached (NODE for a P1 field...
OBS_PTR(Equation_base) ref_eq_
class Champ_base This class is the base of the fields hierarchy.
class Equation_base The role of an equation is the calculation of one or more fields....
class MorEqn Class that groups the functionalities of linking with an
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
An array of character strings (VECT(Nom)).
Helper class to factorize the readOn method of Objet_U classes.
Base class for all post-processing objects.