From 469fe2ea4a220fbdd0a423de1bf130ee53ddb6af Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:43:43 +0300 Subject: [PATCH] test(basis): load JuliaFEM in numerical-accuracy suite Numerical tolerances are meaningful only when they target the shipped basis implementation and quadrature pairing. - Import `JuliaFEM` instead of stitching topology files manually. --- test/basis/test_numerical_accuracy.jl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/basis/test_numerical_accuracy.jl b/test/basis/test_numerical_accuracy.jl index ccd991f..a905908 100644 --- a/test/basis/test_numerical_accuracy.jl +++ b/test/basis/test_numerical_accuracy.jl @@ -3,16 +3,7 @@ using Test using StaticArrays, Tensors -include("../../src/topology/api.jl") -include("../../src/topology/segments.jl") -include("../../src/topology/triangles.jl") -include("../../src/topology/quadrilaterals.jl") -include("../../src/topology/tetrahedra.jl") -include("../../src/topology/hexahedra.jl") -include("../../src/topology/pyramids.jl") -include("../../src/topology/wedges.jl") -include("../../src/basis/api.jl") -include("../../src/basis/basis_generated.jl") +using JuliaFEM @testset "Numerical Accuracy - Clean Fractions" begin @testset "Hex27 corner nodes - 1/18 coefficients" begin