Commit Graph

5 Commits

Author SHA1 Message Date
Jukka Aho ebfd1392f6 chore: Regenerate Manifest.toml with minimal dependencies
Clean manifest with only:
- stdlib packages (LinearAlgebra, Logging, SparseArrays)
- Tensors.jl and its dependencies (StaticArrays, etc.)

Removed vendor packages and heavy dependencies.
2025-11-08 14:31:45 +02:00
Jukka Aho d3fc55f13e feat: Integrate FEMBasis into JuliaFEM module (partial)
- 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.
2025-11-08 09:09:54 +02:00
Jukka Aho 724ed52923 Add Manifest.toml 2025-11-08 08:50:59 +02:00
Jukka Aho 80f6eb2b72 Remove Manifest.toml 2019-11-26 22:35:51 +07:00
Kristoffer Carlsson 09c355b916 make backwards compatible 2018-11-29 17:40:55 -05:00