16#include <Champ_Parametrique.h>
18#include <Probleme_base.h>
42 param.lire_avec_accolades_depuis(is);
65 if (champs_.size()==
index_)
69 Nom previous_field(
"");
72 previous_field =
" from ";
77 Cerr <<
"[Parameter] Updating field" << previous_field <<
" to " << next_field << finl;
class Champ_Don_base base class of Given Fields (not calculated)
: class Champ_Parametrique
static std::string dirnameDefault
std::string newCompute() const
static std::string dirnameCompute(int compute)
File for reading. This class is to the C++ ifstream class what the Entree class is to the.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual void fixer_nb_comp(int i)
Sets the number of components of the field.
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
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 Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Helper class to factorize the readOn method of Objet_U classes.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
static void set_root(const std::string dirname)
Base class for output streams.