test(materials): add materials topic runner

This commit is contained in:
Jukka Aho
2026-05-09 18:39:16 +03:00
parent 5c1db20aac
commit 742e82c8f4
+18
View File
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
using JuliaFEM
@testset "Materials" begin
include("test_state_variables.jl")
include("test_orthotropic_linear_elastic.jl")
include("test_traits.jl")
include("test_global_material_cache.jl")
include("test_field_traits.jl")
include("test_plasticity_integration.jl")
include("test_j2_isotropic_plasticity.jl")
include("test_advanced_materials.jl")
include("test_cantilever_material_cache_zero_allocations.jl")
include("test_assembly_workspace_refactor.jl")
end