diff --git a/src/backend/cpu.jl b/src/backend/cpu.jl index 14ca208..342217d 100644 --- a/src/backend/cpu.jl +++ b/src/backend/cpu.jl @@ -142,7 +142,7 @@ function compute_element_stiffness(element::Element{N,NIP,F,B}, time::Float64) w # Integrate over element for ip in ips - ξ = Vec{3}(ip.ξ) + ξ = ip.ξ w = ip.weight # NEW API: Basis function derivatives (shape function gradients in reference coords)