16#ifndef Probleme_Elasticite_Lineaire_included
17#define Probleme_Elasticite_Lineaire_included
19#include <Probleme_base.h>
20#include <Equation_Navier_Cauchy.h>
44 void abort_if_unimplemented(
const char* method)
const;
Navier–Cauchy equation for small-strain linear elasticity.
class Equation_base The role of an equation is the calculation of one or more fields....
Isotropic small-strain linear elastic medium.
Milieu_base This class is the base of the (physical) medium hierarchy.
Linear elasticity problem.
const Equation_base & equation(int) const override
void associer_milieu_base(const Milieu_base &mil) override
Associates a physical medium with the problem equations.
Milieu_base & milieu() override
Returns the physical medium associated with the problem.
const Milieu_base & milieu() const override
Returns the physical medium associated with the problem (const version).
int nombre_d_equations() const override
class Probleme_base It is a Probleme_U that is not a coupling.