Linearized strain tensor . More...
#include <strainTensor.hh>
Public Member Functions | |
LinearizedStrainTensor (const Matrix &F) | |
Constructor. More... | |
void | update (Matrix const &F) |
Reset point of evaluation. | |
Matrix const & | d0 () const |
Function value . | |
template<int > | |
Matrix | d1 (const Matrix &dF) const |
First directional derivative . | |
Public Member Functions inherited from RFFGen::Base | |
template<class Arg > | |
void | update (const Arg &) |
Update on changed input. | |
template<int id, class Arg > | |
void | updateVariable (const Arg &) |
Empty variables. | |
Linearized strain tensor .
This class is used for linear material models based on the displacement gradient , which takes the role of . Caches the function value .
|
inlineexplicit |
Constructor.
F | point of evaluation |