16#include <Op_Diff_negligeable.h>
17#include <Discretisation_base.h>
18#include <Champ_base.h>
47 return la_diffusivite.valeur();
54 DoubleTab& es_valeurs = espace_stockage.
valeurs();
virtual DoubleTab & valeurs()=0
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
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.
Classe Op_Diff_negligeable This class represents a negligible diffusion operator.
void calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const override
Motcle get_localisation_pour_post(const Nom &option) const override
void associer_diffusivite(const Champ_base &) override
Associates the diffusivity to the operator.
void calculer_flux(const DoubleTab &inconnue, DoubleTab &flux) const override
void ajouter_flux(const DoubleTab &inconnue, DoubleTab &contribution) const override
const Champ_base & diffusivite() const override
Returns the field representing the diffusivity.
Operateur_Diff_base This class is the base of the hierarchy of operators representing.
void calculer_pour_post(Champ_base &espace_stockage, const Nom &option, int comp) const override
virtual double calculer_dt_stab() const
Computes dt_stab.
Base class for output streams.