Second principal invariant for . More...
#include <principalInvariants.hh>
Public Member Functions | |
SecondPrincipalInvariant ()=default | |
Default constructor. | |
SecondPrincipalInvariant (const Matrix &A) | |
Constructor. More... | |
void | update (const Matrix &A) |
Reset matrix to compute second principal invariant from. | |
auto | d0 () const |
Value of the second principal invariant. | |
template<int , int > | |
auto | d1 (const Matrix &dA1) const |
First directional derivative. More... | |
template<int , int > | |
auto | d2 (const Matrix &dA1, const Matrix &dA2) const |
Second directional derivative. More... | |
Second principal invariant for .
|
inline |
Constructor.
A | matrix to compute second principal invariant from |
|
inline |
First directional derivative.
dA1 | direction for which the derivative is computed |
|
inline |
Second directional derivative.
dA1 | direction for which the derivative is computed |
dA2 | direction for which the derivative is computed |