We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c7a71 commit e2e8102Copy full SHA for e2e8102
1 file changed
LibTrixi.jl/test/test_interface.jl
@@ -71,6 +71,10 @@ end
71
nelements_jl = trixi_nelements_jl(simstate_jl)
72
@test nelements_c == nelements_jl
73
74
+ nelements_global_c = trixi_nelements_global(handle)
75
+ nelements_global_jl = trixi_nelements_global_jl(simstate_jl)
76
+ @test nelements_global_c == nelements_global_jl
77
+
78
# compare number of variables
79
nvariables_c = trixi_nvariables(handle)
80
nvariables_jl = trixi_nvariables_jl(simstate_jl)
0 commit comments