compute_F_for_C3D6
- compute_F_for_C3D6(X_at_nodes, U_at_nodes)[source]
Compute the deformation gradients for num_elem elements of typ C3D6. Each element has n=6 nodes and ips=2 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.