16#ifndef Ch_front_var_stationnaire_included
17#define Ch_front_var_stationnaire_included
19#include <Champ_front_var.h>
37 int avancer(
double temps)
override;
38 int reculer(
double temps)
override;
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