We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b66bb commit 6289606Copy full SHA for 6289606
ceasiompy/CPACS2GMSH/tests/test_advancemeshing.py
@@ -249,7 +249,8 @@ def test_refine_wing_section():
249
)
250
251
# Check if a Matheval field was generated with the correct formula
252
- # assert gmsh.model.mesh.field.getString(2, "F") == "(0.044/2.0) + 0.06*(1-(1/2.0))*(F1/0.25)^2"
+ # assert gmsh.model.mesh.field.getString(2, "F") ==
253
+ # "(0.044/2.0) + 0.06*(1-(1/2.0))*(F1/0.25)^2"
254
assert gmsh.model.mesh.field.getType(2) == "MathEval"
255
256
# Check if the restrict field was applied on the wing
0 commit comments