mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-10 04:50:49 +00:00
11 lines
266 B
Julia
11 lines
266 B
Julia
# This file is a part of JuliaFEM.
|
|
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
|
|
|
|
using JuliaFEM
|
|
using Test
|
|
|
|
@testset "interface" begin
|
|
include("test_interface_mesh.jl")
|
|
include("test_volume_interface_coupling.jl")
|
|
end
|