16#include <Fermeture_Phase_field_base.h>
20Fermeture_Phase_field_base::Fermeture_Phase_field_base()
Class defining operators and methods for all reading operation in an input flow (file,...
double(Fermeture_Phase_field_base::* kappa_func_c)(const double) const
DoubleTab(Fermeture_Phase_field_base::* kappa_func_c_naire)(const DoubleTab &) const
double(Fermeture_Phase_field_base::* dWdc)(const double) const
DoubleTab(Fermeture_Phase_field_base::* dWdc_naire)(const DoubleTab &) const
Base class for TRUST objects (Objet_U).
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 const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.