16#include <Dirichlet_entree_fluide_leaves.h>
17#include <Champ_front_softanalytique.h>
18#include <Dirichlet_paroi_defilante.h>
19#include <Dirichlet_paroi_fixe.h>
20#include <Discretisation_base.h>
21#include <Domaine_Cl_DG.h>
22#include <Dirichlet_homogene.h>
23#include <Champ_Inc_P0_base.h>
24#include <Domaine_DG.h>
25#include <Equation_base.h>
26#include <Probleme_base.h>
27#include <Matrice_Morse.h>
28#include <Periodique.h>
57 Cerr <<
"This type of Champ Inc: " << ch.
que_suis_je() <<
" is not recognised in DG" << finl;
66 Process::exit(
"Function Domaine_Cl_DG::nb_faces_sortie_libre should not be used for DG");
86 Process::exit(
"Periodic conditions are not coded yet for DG");
: class Champ_Inc_P0_base
int nb_faces_sortie_libre() const
int nb_bord_periodicite() const
void imposer_cond_lim(Champ_Inc_base &, double) override
Need to investigate: a priori, nothing to do for DG.
Domaine_VF & domaine_vf()
int initialiser(double temps) override
Initializes the BCs. Unlike the update methods, the.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
virtual int initialiser(double temps)
Initializes the BCs. Unlike the update methods, the.
void completer()
Calls Cond_lim_base::completer() on each boundary condition.
Domaine_dis_base & domaine_dis()
Returns a reference to the discretized domain associated with the boundary conditions.
Conds_lim les_conditions_limites_
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,...
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 Periodique This class represents a periodic boundary condition.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.