16#include <Coarsen_Operator_K.h>
17#include <Domaine_IJK.h>
19#include <communications.h>
24Coarsen_Operator_K::Coarsen_Operator_K()
41 if (fic_coor.eof())
break;
void ajouter_param(Param ¶m) override
virtual void ajouter_param(Param ¶m)
Class defining operators and methods for all reading operation in an input flow (file,...
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.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
static int je_suis_maitre()
Returns 1 if on the master processor of the current group (i.e. me() == 0), 0 otherwise.
Base class for output streams.