mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-12 14:23:20 +00:00
ae144f93fb
Removed old test files: - test_kernel_allocations.jl (deleted) Added new test files: - test_dofs_per_node.jl - DOF mapping tests - test_dof_mapping.jl - Field to DOF mapping - test_helpers.jl - Utility function tests - test_kernel_functions.jl - Kernel computation tests - test_reset_functions.jl - Cache reset tests - test_cache_updates.jl - Three-phase cache update tests - test_compute_block.jl - Block computation tests - test_full_assembly.jl - End-to-end assembly tests - test_validation_hex8.jl - Hex8 element validation Test suite restructured to match new cache architecture.