Mercurial > repos > public > sbplib_julia
comparison test/Grids/manifolds_test.jl @ 1870:27534b471b6a feature/grids/manifolds
Add test stubs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 27 Jan 2025 08:56:39 +0100 |
parents | de4b4f2aee4f |
children | 04c251bccbd4 |
comparison
equal
deleted
inserted
replaced
1869:20bd8887db0d | 1870:27534b471b6a |
---|---|
68 c = Chart(x->2x, unitsquare()) | 68 c = Chart(x->2x, unitsquare()) |
69 @test c isa Chart{2} | 69 @test c isa Chart{2} |
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 | |
74 @test_broken jacobian(c, [3,2]) | |
73 end | 75 end |
74 | 76 |
75 @testset "CartesianAtlas" begin | 77 @testset "CartesianAtlas" begin |
76 c = Chart(identity, unitsquare()) | 78 c = Chart(identity, unitsquare()) |
77 | 79 |
108 | 110 |
109 @testset "LineSegment" begin | 111 @testset "LineSegment" begin |
110 @test_broken false | 112 @test_broken false |
111 end | 113 end |
112 | 114 |
115 @testset "linesegments" begin | |
116 @test_broken false | |
117 end | |
118 | |
119 @testset "polygon_edges" begin | |
120 @test_broken false | |
121 end | |
122 | |
113 @testset "Circle" begin | 123 @testset "Circle" begin |
114 @test_broken false | 124 @test_broken false |
115 end | 125 end |
116 | 126 |
117 @testset "TransfiniteInterpolationSurface" begin | 127 @testset "TransfiniteInterpolationSurface" begin |