dune-pdelab 2.7-git
|
base class for linear elasticity parameter class More...
#include <dune/pdelab/localoperator/linearelasticityparameter.hh>
Public Types | |
typedef T | Traits |
Public Member Functions | |
void | f (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
volume force term | |
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) | |
Traits::RangeFieldType | lambda (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
First Lame parameter. | |
Traits::RangeFieldType | mu (const typename Traits::ElementType &e, const typename Traits::DomainType &x) const |
Second Lame parameter (shear modulus) | |
template<typename I > | |
bool | isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename I > | |
bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename T > | |
void | setTime (const T &time) |
base class for linear elasticity parameter class
typedef T Dune::PDELab::LinearElasticityParameterInterface< T, Imp >::Traits |
|
inline |
volume force term
|
inline |
|
inlineinherited |
Indicates whether the given position should be Dirichlet-constrained.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
|
inlineinherited |
Indicates whether the given position should be Neumann-constrained.
Most of the time, this method will be equivalent to !isDirichlet(...), but sometimes (in particular in multi-domain scenarios), both methods may return false.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
|
inline |
First Lame parameter.
|
inline |
Second Lame parameter (shear modulus)
|
inlineinherited |
Sets the current time (only required for instationary problems).
|
inline |
Dirichlet boundary condition value (displacement)