16#include <Ch_front_var_instationnaire_indep.h>
class Ch_front_var_instationnaire_indep This abstract class represents a field on a boundary,
int initialiser(double temps, const Champ_Inc_base &inco) override
Factors out the fact that initialization is a first update.
virtual void mettre_a_jour(double temps)
DOES NOTHING, to override.
class Champ_front_var_instationnaire Derived class from Champ_front_var that represents fields on
int initialiser(double temps, const Champ_Inc_base &inco) override
Initializes the current time and Gpoint.
Class defining operators and methods for all reading operation in an input flow (file,...
const Nom & le_nom() const override
Returns the name of the field.
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.
Base class for output streams.