Files
JuliaFEM.jl/src
Jukka Aho f89d48a112 refactor(deprecated): Remove old getproperty redirection for new Element API
- Comment out Base.getproperty(element::Element, :fields) redirection
- Old code redirected element.fields → element.dfields (Dict-based fields)
- New Element has fields::F directly (type-stable NamedTuple or struct)
- No redirection needed with new architecture
- Rationale: New Element{N,NIP,F,B} has fields as direct struct member
2025-11-09 17:09:27 +02:00
..
2025-11-09 03:30:29 +02:00
2018-09-06 13:34:26 +03:00
2025-11-08 07:57:15 +02:00
2018-09-06 13:34:26 +03:00
2018-07-05 11:21:10 +03:00
2025-11-08 08:50:59 +02:00
2018-09-06 13:34:26 +03:00