Mercurial > repos > public > sbplib_julia
comparison test/Grids/multiblockgrids_test.jl @ 1954:b0915f43b122 feature/sbp_operators/laplace_curvilinear
Merge feature/grids/geometry_functions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Sat, 08 Feb 2025 09:38:58 +0100 |
parents | e68669552ed8 |
children | 7da0ce15b3c1 |
comparison
equal
deleted
inserted
replaced
1953:835b1dcee38e | 1954:b0915f43b122 |
---|---|
1 using Diffinitive.Grids | |
2 | |
3 @testset "MultiBlockBoundary" begin | |
4 @test MultiBlockBoundary{1,UpperBoundary}() isa BoundaryIdentifier | |
5 | |
6 @test grid_id(MultiBlockBoundary{1,UpperBoundary}()) == 1 | |
7 | |
8 @test boundary_id(MultiBlockBoundary{1,UpperBoundary}()) == UpperBoundary() | |
9 | |
10 end |