We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cc6df commit 4cf67deCopy full SHA for 4cf67de
test/GmshDiscreteModelsTests.jl
@@ -97,4 +97,14 @@ test_discrete_model(model)
97
model2 = Gridap.DiscreteModelFromFile(mshfile)
98
test_discrete_model(model2)
99
100
+mshfile = joinpath(@__DIR__,"square.msh")
101
+model = GmshDiscreteModel(mshfile;has_affine_map=true)
102
+test_discrete_model(model)
103
+check_interpolation(model)
104
+
105
+mshfile = joinpath(@__DIR__,"cube.msh")
106
107
108
109
110
end # module
0 commit comments