16#include <Ch_front_var_stationnaire.h>
class Ch_front_var_stationnaire This abstract class represents a field on a boundary,
int avancer(double temps) override
Advance in time: nothing to do for a stationary field!
Champ_front_base & affecter_(const Champ_front_base &ch) override
DoubleTab & valeurs_au_temps(double temps) override
Returns the values without worrying about time since the field is stationary.
void changer_temps_futur(double temps, int i) override
Nothing to do for a stationary field!
bool has_valeurs_au_temps(double temps) const override
int reculer(double temps) override
Rewind in time: nothing to do for a stationary field!
class Champ_front_var Derived class from Champ_front_base that represents a field on
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.