test(domains): add Darcy topic runner

This commit is contained in:
Jukka Aho
2026-05-09 18:38:38 +03:00
parent 6e255a83f5
commit 9a83e172f8
+13
View File
@@ -0,0 +1,13 @@
# 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 "Darcy domain (primal potential)" begin
include("test_primal_darcy_potential.jl")
end
@testset "Darcy domain (mixed RT₀–P₀)" begin
include("test_mixed_rt0_darcy.jl")
end