16#include <Schema_Euler_Implicite.h>
17#include <Op_Diff_negligeable.h>
18#include <Masse_PolyMAC_CDO_base.h>
19#include <Domaine_Cl_PolyMAC_family.h>
20#include <Domaine_PolyMAC_CDO.h>
21#include <TRUSTTab_parts.h>
22#include <Equation_base.h>
47 Cerr <<
"===================================================================================" << finl;
49 Cerr <<
"You can only use implicit schemes with the PolyMAC_CDO discretization (for mass solver)." << finl;
71 ConstDoubleTab_parts val_parts(coeff.valeurs());
72 values.
ref(val_parts[0]);
78 values.
ref(coeff.valeurs());
85 ref_coeff->valeur_aux(nodes,values);
87 tab_multiply_any_shape(coef, values, VECT_REAL_ITEMS);
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
virtual DoubleTab & remplir_coord_noeuds(DoubleTab &) const =0
class Champ_base This class is the base of the fields hierarchy.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Champ_Inc_base & inconnue() const =0
const Champ_base & get_champ(const Motcle &nom) const override
virtual int nombre_d_operateurs() const =0
Schema_Temps_base & schema_temps()
Returns the time scheme associated with the equation.
OBS_PTR(Domaine_PolyMAC_CDO) le_dom_PolyMAC_CDO
void appliquer_coef(DoubleVect &coef) const
void associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &) override
void completer() override
void associer_domaine_dis_base(const Domaine_dis_base &) override
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
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 const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Classe Op_Diff_negligeable This class represents a negligible diffusion operator.
Operateur_Diff_base This class is the base of the hierarchy of operators representing.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
class Schema_Implicite_base Base class for all implicit time schemes.
Solveur_Masse_base Represents the mass matrix of an equation.
int has_coefficient_temporel_
Nom name_of_coefficient_temporel_
Base class for output streams.
virtual void ref(const TRUSTTab &)