compute_F_for_C3D10
- compute_F_for_C3D10(X_at_nodes, U_at_nodes)[source]
Compute the deformation gradients for num_elem elements of typ C3D10. Each element has n=10 nodes and ips=4 integration points.
- Parameters:
X_at_nodes – Array of shape (num_elem, n, 3) containing the coordinates at n nodes of num_elem elements.
U_at_nodes – Array of shape (num_elem, n, 3) containing the displacements at n nodes of num_elem elements.
- Returns:
F_at_int_points: Array of shape (num_elem, ips, 3, 3) containing the deformation gradients evaluated on ips integration points for num_elem element.