This PR allows one to manually assemble the tangent stiffness matrix of a hyperelastic forcefield using a custom position vector. The following python script is therefore now possible:
The PR also adds a new benchtest that compare the assembly of the stiffness matrix when the F deformation tensor is always computed, against when it is stored during the force vector assembly.
This PR allows one to manually assemble the tangent stiffness matrix of a hyperelastic forcefield using a custom position vector. The following python script is therefore now possible:
The PR also adds a new benchtest that compare the assembly of the stiffness matrix when the
F
deformation tensor is always computed, against when it is stored during the force vector assembly.