16#include <Operateur_IJK_faces_conv.h>
21Operateur_IJK_faces_conv::Operateur_IJK_faces_conv()
51Sortie& Operateur_IJK_faces_conv::printOn(
Sortie& os )
const
89 if (mot==
"velocity_convection_form")
94 Cerr << mot <<
" " << motlu << finl;
108 Cerr <<
"Read Operateur_IJK_faces_conv option:" << finl;
110 is >> convection_option;
111 Motcle word(convection_option);
126 Cerr <<
"Read and Cast Operateur_IJK_faces_conv :" << finl;
129 Motcle word(convection_op);
138 Cerr <<
"Read and Cast Operateur_IJK_faces_conv :" << finl;
139 Motcle word(convection_op);
184 Cerr <<
"ERROR : Scalar convection operators that are already implemented are:" << finl;
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.
void set_param(Param ¶m) const override
void search_convection_option_type(Entree &is)
Nom get_convection_op_type(Motcle word)
Motcles convection_op_words_
void typer_convection_op(const char *convection_op)
int lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Motcles convection_op_options_
void set_convection_option_type(Motcle word)
int convection_option_rank_
Helper class to factorize the readOn method of Objet_U classes.
void ajouter_non_std(const char *keyword, const Objet_U *value, Param::Nature nat=Param::OPTIONAL)
Register a keyword handled by Objet_U::lire_motcle_non_standard.
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.