mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-01 00:36:24 +00:00
c40fcdbb91
- Implement compute_strain() for small strain tensor calculation - Zero allocation with NTuple inputs and Tensors.jl - Type stable (@inferred passes) - Complete test suite with 4 test cases (uniaxial, shear, rigid body, performance) - Performance validated: 0 allocations, ~110ns median - Add to test suite in runtests.jl - Export from JuliaFEM module Resolves user story #0001