KASKADE 7 development version
|
A function view that provides on the fly computed strain tensors of displacemnts. More...
#include <elasto.hh>
A function view that provides on the fly computed strain tensors of displacemnts.
Displacement | A finite element function type with vectorial value type |
StrainTensor | A strain tensor class, usually GreenLagrangeTensor or LinearizedGreenLagrangeTensor. |
Public Types | |
using | Space = typename Displacement::Space |
using | ValueType = typename StrainTensor::Tensor |
Public Member Functions | |
StrainView (Displacement const &u_) | |
Constructor. More... | |
Space const & | space () const |
ValueType | value (typename Space::Evaluator const &evaluator) const |
using Kaskade::Elastomechanics::StrainView< Displacement, StrainTensor >::Space = typename Displacement::Space |
using Kaskade::Elastomechanics::StrainView< Displacement, StrainTensor >::ValueType = typename StrainTensor::Tensor |
|
inline |
Constructor.
u | the displacement (has to exist during the lifetime of the StrainView). |
|
inline |
|
inline |