Dear GetFEM community,
I am currently working on a nonlinear solid mechanics problem using GetFEM++, and I would like to compute the eigenvalues and eigenvectors of the right Cauchy-Green deformation tensor , where is the deformation gradient.
Since is a symmetric positive-definite tensor, its spectral decomposition (principal stretches and directions) is particularly useful for my analysis.
My question is:
Is there any built-in functionality in GetFEM++ to compute the eigenvalues and eigenvectors of such a tensor field, either symbolically or numerically (e.g., at Gauss points or element-wise)?
If not directly available, I would appreciate any recommendations on how to extract the tensor at integration points and perform the eigen decomposition using external libraries (e.g., Eigen, NumPy, etc.).
Thank you in advance for your support and suggestions.