Files
JuliaFEM.jl/src/materials
Jukka Aho d1fb022fcc feat(materials): add material trait system foundation
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.
2025-12-15 06:17:34 +02:00
..