16#include <Op_Conv_EF_Stab_DG_Elem.h>
17#include <Dirichlet_homogene.h>
18#include <Masse_ajoutee_base.h>
19#include <Schema_Temps_base.h>
20#include <Pb_Multiphase.h>
21#include <Matrix_tools.h>
22#include <Array_tools.h>
23#include <TRUSTLists.h>
75 Cerr <<
"Compressible form of operator \"" <<
que_suis_je() <<
"\" :" << finl;
76 Cerr <<
"Discretization of \u2207(inco \u2297 v) - v \u2207.(inco)" << 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.
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
void set_incompressible(const int flag) override
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
double calculer_dt_stab() const override
Computes dt_stab.
void ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={ }) const override
void dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={ }) const override
static double mp_min(double)
Base class for output streams.