mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
test(elements): add elements topic runner
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
using Test
|
||||
using JuliaFEM
|
||||
|
||||
@testset "Element Interpolation" begin
|
||||
include("test_interpolate_local_fields.jl")
|
||||
include("test_interpolate_field_value.jl")
|
||||
include("test_extract_element_dofs.jl")
|
||||
end
|
||||
Reference in New Issue
Block a user