mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 18:52:16 +00:00
c544c25830
New 166-line test file for mesh refinement operations: - Tests single Hex8 refinement at 1, 2, and 3 levels - Tests rectangular Hex8 refinement (longest edge bisection) - Tests multiple element refinement - Tests element set preservation during refinement - Validates element and node count after refinement - Validates refinement along longest dimension Tests LongestEdgeBisection strategy for adaptive mesh refinement.