mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-13 23:54:18 +00:00
d3fc55f13e
- Add Tensors and Calculus to Project.toml dependencies - Add basis includes to src/JuliaFEM.jl (Phase 1 integration) - Fix FEMBasis. namespace references → use JuliaFEM namespace - Update create_basis.jl: AbstractBasis (not FEMBasis.AbstractBasis) Status: Basis files load, but conflict with FEMBase expectations Next: Need to consolidate FEMBase or work around AbstractElement type constraints This is expected during consolidation - we're bridging two systems.