diff --git a/test/test_elasticity_3d_unit_block.jl b/test/test_elasticity_3d_unit_block.jl index 3bf212f..5cd1b6d 100644 --- a/test/test_elasticity_3d_unit_block.jl +++ b/test/test_elasticity_3d_unit_block.jl @@ -7,7 +7,7 @@ using JuliaFEM.Postprocess using JuliaFEM.Test function calc_model(mesh_name; with_volume_load=false, debug_print=false) - meshfile = Pkg.dir("JuliaFEM")*"/geometry/3d_blocks/BLOCK.med" + meshfile = Pkg.dir("JuliaFEM")*"/test/testdata/3d_block.med" mesh = aster_read_mesh(meshfile, mesh_name) block = Problem(Elasticity, "BLOCK", 3) diff --git a/test/testdata/3d_block.med b/test/testdata/3d_block.med new file mode 100644 index 0000000..deaecd3 Binary files /dev/null and b/test/testdata/3d_block.med differ