16#include <Probleme_Elasticite_Lineaire.h>
17#include <Milieu_Elasticite.h>
32 return equation_mecanique_;
38 return equation_mecanique_;
41void Probleme_Elasticite_Lineaire::abort_if_unimplemented(
const char* method)
const
43 Cerr <<
que_suis_je() <<
"::" << method <<
" is not implemented yet." << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
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.
Linear elasticity problem.
const Equation_base & equation(int) const override
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.