comparison test/Grids/manifolds_test.jl @ 1843:ea98f03e18e0 feature/grids/manifolds

Add test stubs
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 22 Oct 2024 15:43:07 +0200
parents a73838c9ef94
children de4b4f2aee4f
comparison
equal deleted inserted replaced
1842:f2b32da29b73 1843:ea98f03e18e0
70 @test c([3,2]) == [6,4] 70 @test c([3,2]) == [6,4]
71 @test parameterspace(c) == unitsquare() 71 @test parameterspace(c) == unitsquare()
72 @test ndims(c) == 2 72 @test ndims(c) == 2
73 end 73 end
74 74
75 @testset "Atlas" begin 75 @testset "CartesianAtlas" begin
76 @test_broken false
77 end
76 78
79 @testset "UnstructuredAtlas" begin
80 @test_broken false
77 end 81 end
82
83 @testset "Line" begin
84 @test_broken false
85 end
86
87 @testset "LineSegment" begin
88 @test_broken false
89 end
90
91 @testset "Circle" begin
92 @test_broken false
93 end
94
95 @testset "TransfiniteInterpolationSurface" begin
96 @test_broken false
97 end