compute_P_for_C3D10
- compute_P_for_C3D10(X_at_nodes, U_at_nodes, S_at_int_points)[source]
Compute the first Piola-Kirchhoff stress tensors 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.
S_at_int_points – Array of shape (num_elem, ips, 3, 3) containing the symmetric stress tensors at ips integration points for num_elem elements.
- Returns:
P_at_int_points: Array of shape (num_elem, ips, 3, 3) containing the 1. Piola-Kirchhoff stress tensors evaluated on ips integration points for num_elem element.