Files
JuliaFEM.jl/src/backend
Jukka Aho 7a580e604d fix(backend): use coords field instead of ξ in CPU backend
Update CPU backend to use coords field from QuadraturePoint instead
of deprecated ξ field.

- Change ip.ξ to ip.coords in compute_element_stiffness
2025-12-12 23:33:47 +02:00
..