16#ifndef Coloc_discretisation_included
17#define Coloc_discretisation_included
19#include <Discret_Thyd.h>
26 bool is_coloc()
const override {
return true; }
40 void discretiser_champ_fonc_don(
const Motcle& directive,
const Domaine_dis_base& z, Nature_du_champ nature,
const Noms& nom,
const Noms& unite,
int nb_comp,
double temps,
Objet_U& champ)
const ;
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
class Champ_base This class is the base of the fields hierarchy.
Nom domaine_cl_dis_type() const override
void discretiser_champ(const Motcle &directive, const Domaine_dis_base &z, Nature_du_champ nature, const Noms &nom, const Noms &unite, int nb_comp, int nb_pas_dt, double temps, OWN_PTR(Champ_Inc_base)&champ, const Nom &sous_type=NOM_VIDE) const override
Discretization of a field depending on the directive and other parameters.
Nom get_name_of_type_for(const Nom &class_operateur, const Nom &type_operateur, const Equation_base &eqn, const OBS_PTR(Champ_base) &champ_sup) const override
bool is_coloc() const override
class Discret_Thyd This class is the base class representing a discretization
OBS_PTR(Domaine) le_domaine_
static const Nom NOM_VIDE
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
class Equation_base The role of an equation is the calculation of one or more fields....
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
An array of character strings (VECT(Nom)).
Base class for TRUST objects (Objet_U).