mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 18:52:16 +00:00
d1fb022fcc
New 88-line material trait system: - supported_physics(): returns tuple of supported physics types - required_field_types(): returns tuple of required field types - required_state_variables(): returns tuple of state variable types - Type-level dispatch support for @generated functions - Extensible trait system for material implementations - Already integrated in JuliaFEM.jl (line 430) Provides foundation for compositional material trait system.