Files
JuliaFEM.jl/src
Jukka Aho 7589b345e8 fix(materials): Return SymmetricTensor{4,3} from elasticity_tensor
- Change return type from Tensor{4,3} to SymmetricTensor{4,3}
- Construct full 81-component tensor then convert to symmetric form
- Matches NeoHookean return type for API consistency
- Properly encodes material symmetry (C_ijkl = C_jikl = C_ijlk = C_klij)
2025-11-19 02:13:31 +02:00
..
2025-11-08 07:57:15 +02:00
2018-09-06 13:34:26 +03:00