16#include <Op_Conv_Muscl3_VEF_Face.h>
17#include <Convection_tools.h>
39 Motcle motlu, accouverte =
"{" , accfermee =
"}" ;
42 les_mots[0] =
"alpha";
43 les_mots[1] =
"minmod";
44 les_mots[2] =
"vanleer";
45 les_mots[3] =
"vanalbada";
46 les_mots[4] =
"chakravarthy";
47 les_mots[5] =
"superbee";
50 if (motlu!=accouverte)
52 Cerr <<
"We wait for a { after reading muscl3 keyword." << finl;
56 while(motlu!=accfermee)
58 int rang=les_mots.search(motlu);
86 Cerr <<
"Keyword " << motlu <<
" not recognized. List of keywords available:" << finl;
87 Cerr << les_mots << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
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.
class Op_Conv_Muscl3_VEF_Face
type_lim_type type_lim_int
double(* LIMITEUR)(double, double)
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.