Files
JuliaFEM.jl/test/geometry
Jukka Aho 00e69548b9 test(geometry): slim Jacobian suite to Triangle{3} Lagrange{1} smoke tests
The previous file duplicated a long narrative and many scenarios that better live
in basis/quadrature coverage; keep the Jacobian helpers exercised with tuple vs
vector coordinates and physical derivative consistency.

- SPDX header; drop unused `LinearAlgebra` import.
- Fix basis calls to `Triangle{3}` / `Lagrange{1}` and verify scaling + PoU gradient sum.
2026-05-09 18:46:03 +03:00
..