mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-15 16:23:13 +00:00
test(reference): add analytical reference runner
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
using Test
|
||||
using JuliaFEM
|
||||
|
||||
@testset "Reference benchmarks (analytical / literature)" begin
|
||||
include("test_analytical_elasticity.jl")
|
||||
include("test_analytical_heat.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user