Mercurial > repos > public > sbplib_julia
view test/Grids/multiblockgrids_test.jl @ 1946:c63116e2ec8e feature/grids/manifolds
Make boundaries() a method of boundary_identifiers
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Feb 2025 17:37:42 +0100 |
parents | e68669552ed8 |
children | 7da0ce15b3c1 |
line wrap: on
line source
using Diffinitive.Grids @testset "MultiBlockBoundary" begin @test MultiBlockBoundary{1,UpperBoundary}() isa BoundaryIdentifier @test grid_id(MultiBlockBoundary{1,UpperBoundary}()) == 1 @test boundary_id(MultiBlockBoundary{1,UpperBoundary}()) == UpperBoundary() end