Mercurial > repos > public > sbplib_julia
comparison test/Grids/multiblockgrids_test.jl @ 1959:b7b557f9ac5a
Merge feature/grids/multiblock_boundaries
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 11 Feb 2025 08:59:08 +0100 |
parents | 7da0ce15b3c1 |
children |
comparison
equal
deleted
inserted
replaced
1950:e4500727f435 | 1959:b7b557f9ac5a |
---|---|
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 end |