Left Cauchy-Green strain tensor
for a symmetric matrix
.
More...
#include <strainTensor.hh>
Public Member Functions | |
| LeftCauchyGreenStrainTensor (Matrix const &F) | |
| Constructor. More... | |
| void | update (Matrix const &F) |
| Reset point of evaluation. | |
| Matrix const & | d0 () const noexcept |
Function value . | |
| template<int > | |
| Matrix | d1 (Matrix const &dF1) const |
First directional derivative . | |
| template<int , int > | |
| Matrix | d2 (Matrix const &dF1, Matrix const &dF2) const |
Second 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. | |
Left Cauchy-Green strain tensor
for a symmetric matrix
.
This class is used for nonlinear material models based on the deformation gradient
, which takes the role of
. Caches both
and
.
|
inlineexplicit |
Constructor.
| F | point of evaluation. |
1.8.6