16#include <Cond_lim_utilisateur_base.h>
17#include <Entree_complete.h>
18#include <Probleme_base.h>
19#include <Equation_base.h>
20#include <Milieu_base.h>
33 SFichier conv(
"convert_jdd", ios::app);
34 conv << (*this) <<
" # " << ajout << finl;
41 mon_equation = mon_eq;
51 Cerr <<
"end reading cond lim util" << finl;
61 Cerr <<
"Cond_lim_utilisateur_base::complement(Nom& ) does nothing" << finl;
class Cond_lim_base Base class for the hierarchy of classes that represent the different boundary con...
class Cond_lim_utilisateur_base: Classes inheriting from this class are user classes
void lire(Entree &, Equation_base &, const Nom &nom_bord)
int is_pb_rayo()
Returns 0 if the problem is not radiating, 1 if it is semi-transparent,.
virtual void ecrire(const Nom &)
virtual void complement(Nom &)
class Cond_lim Generic class used to represent any class
This class behaves like EChaine until the end of the string is reached.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
Milieu_base This class is the base of the (physical) medium hierarchy.
virtual bool is_rayo_transp() const
virtual bool is_rayo_semi_transp() const
class Nom: a character string for naming TRUST objects.
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 int je_suis_maitre()
Returns 1 if on the master processor of the current group (i.e. me() == 0), 0 otherwise.
SFichier is to the C++ ofstream class what Sortie is to the C++ ostream class.
Base class for output streams.