16#include <Champ_Ostwald.h>
17#include <Domaine_dis_base.h>
30 Cerr <<
"Champ_Ostwald::mettre_a_jour() does nothing" << finl;
31 Cerr <<
que_suis_je() <<
" must override it!" << finl;
37 Cerr <<
"Champ_Ostwald::initialiser(temps) must be overloaded" << finl;
45 Cerr <<
"Champ_Ostwald::me_calculer() does nothing" << finl;
46 Cerr <<
que_suis_je() <<
" must override it!" << finl;
62 assert(nb_noeuds ==
domaine.nb_elem());
class Champ_Don_base base class of Given Fields (not calculated)
DoubleTab & valeurs() override
Overrides Champ_base::valeurs() Returns the array of values.
int remplir_coord_noeuds_et_polys(DoubleTab &positions, IntVect &polys) const override
DOES NOTHING TO override in derived classes.
DoubleTab & remplir_coord_noeuds(DoubleTab &positions) const override
DOES NOTHING TO override in derived classes.
virtual const Domaine & domaine() const
Champ_Ostwald Represents a field that varies as a function of consistency and.
void mettre_a_jour(double temps) override
Time update of the field.
Champ_base & affecter_(const Champ_base &) override
Assigns a Champ_base to a Champ_Fonc_base.
virtual void me_calculer(double tps)
int initialiser(const double temps) override
DOES NOTHING.
int fixer_nb_valeurs_nodales(int nb_noeuds) override
Sets the number of degrees of freedom per component.
class Champ_base This class is the base of the fields hierarchy.
virtual const Domaine_dis_base & domaine_dis_base() const
virtual DoubleTab & valeur_aux(const DoubleTab &positions, DoubleTab &valeurs) const
Causes an error! Must be overridden by derived classes.
virtual DoubleTab & valeur_aux_elems(const DoubleTab &positions, const IntVect &les_polys, DoubleTab &valeurs) const
Causes an error! Must be overridden by derived classes.
const Domaine & domaine() const
Class defining operators and methods for all reading operation in an input flow (file,...
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.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.