16#include <Prepro_IBM_Uzawa.h>
24void Prepro_IBM_Uzawa::set_param(
Param& param)
const
39 Cout <<
"Uzawa : method LVL1" << finl;
41 Cout <<
"Uzawa : method LVL2" << finl;
44 Cerr <<
"Prepro_IBM_Uzawa : choix_de_la_methode_uzawa : invalid argument" << 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.
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.
int lire_avec_accolades_depuis(Entree &is)
Parse the parameter block { ... } from is.
void associer_pb(const Probleme_base &) override
void compute_solid_fluid(int) override
void set_param(Param &) const override
virtual void associer_pb(const Probleme_base &)
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.