16#include <Postraitement_FTD.h>
44 format_post_->set_lagrangian_domain();
48 int reprise = mon_probleme->reprise_effectuee();
Class defining operators and methods for all reading operation in an input flow (file,...
virtual Entree & readOn(Entree &)
Lecture d'un Objet_U sur un flot d'entree Methode a surcharger.
virtual Sortie & printOn(Sortie &) const
Ecriture de l'objet sur un flot de sortie Methode a surcharger.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
void ajouter_non_std(const char *keyword, const Objet_U *value, Param::Nature nat=Param::OPTIONAL)
Register a keyword handled by Objet_U::lire_motcle_non_standard.
void init() override
Initialise le postraitement.
void set_param(Param ¶m) const override
int est_le_premier_postraitement_pour_nom_fich_
int & est_le_premier_postraitement_pour_nom_fich()
bool besoin_postraiter_champs()
double temps_courant() const
Renvoie le temps courant.
double temps_init() const
Renvoie le temps initial.
Classe de base des flux de sortie.