16#include <CL_Contrainte_Imposee.h>
17#include <Domaine_Cl_dis_base.h>
18#include <Equation_base.h>
39 const int nb_comp = le_champ_front->nb_comp();
42 Cerr <<
que_suis_je() <<
" expects a pressure field with 1 component but received " << nb_comp << finl;
Imposed traction boundary condition for the Navier-Cauchy equation.
void verifie_ch_init_nb_comp() const override
Calls the verification of the field read through the equation for which the boundary condition is con...
std::vector< Motcle > app_domains
Class defining operators and methods for all reading operation in an input flow (file,...
Classe Neumann This class is the base class of the hierarchy of Neumann-type boundary conditions.
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.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.