base class for linear elasticity parameter class
More...
#include <dune/pdelab/localoperator/linearelasticityparameter.hh>
|
| void | f (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| | volume force term More...
|
| |
| template<typename I > |
| bool | isDirichlet (const I &ig, const typename Traits::IntersectionDomainType &coord) const |
| |
| void | u (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| | Dirichlet boundary condition value (displacement) More...
|
| |
| Traits::RangeFieldType | lambda (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | First Lame parameter. More...
|
| |
| Traits::RangeFieldType | mu (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
| | Second Lame parameter (shear modulus) More...
|
| |
| template<typename I > |
| bool | isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
| |
| template<typename I > |
| bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
| |
| template<typename T > |
| void | setTime (const T &time) |
| |
template<class T, class Imp>
class Dune::PDELab::LinearElasticityParameterInterface< T, Imp >
base class for linear elasticity parameter class
template<class T , class Imp >
template<class T , class Imp >
template<class T , class Imp >
template<typename I >
template<class T , class Imp >
template<class T , class Imp >
Second Lame parameter (shear modulus)
template<class T , class Imp >
Dirichlet boundary condition value (displacement)
The documentation for this class was generated from the following file: