Skip to content

Commit dab697b

Browse files
committed
Actiavate HDiv tests
1 parent 49523d7 commit dab697b

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Added drivers for Darcy flow using the BGP method. Since PR[#122](https://github.com/gridap/GridapEmbedded.jl/pull/122).
12+
913
### Fixed
1014

1115
- Fix for issue #115, which is a bug in the logic of the `ACTIVE` mask and `GhostSkeleton` construction. Since PR [#123](https://github.com/gridap/GridapEmbedded.jl/pull/123).

test/GridapEmbeddedTests/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ using Test
2020

2121
@time @testset "TraceFEM" begin include("TraceFEMTests.jl") end
2222

23+
@time @testset "DarcyBGP" begin
24+
include("DarcyBGPflux.jl")
25+
include("DarcyBGPmixed.jl")
26+
end
27+
2328
end

0 commit comments

Comments
 (0)