Files
JuliaFEM.jl/test
Jukka Aho b9534e2c55 test(solvers): add modal analysis new API visionary test
New 560-line test file for modal analysis NEW API (test-driven development):
- Visionary tests for ModalSolver and EigenvalueProblem
- Tests single Tet4 element modal analysis
- Tests with and without geometric stiffness
- Tests heat transfer modal analysis
- Extensive documentation of intended API design
- Tests currently skipped (@test_skip) until implementation complete
- Documents eigenvalue problem K φ = λ M φ
- Documents mass matrix assembly and mode shape normalization

This test file serves as both test suite and API design documentation
for the new modal analysis solver interface.
2025-12-15 16:19:59 +02:00
..
2025-12-15 07:43:34 +02:00
2025-12-15 08:19:07 +02:00
2025-12-15 10:25:57 +02:00