Menu Fermer

Meshing issue with tests

Forums SLIM users forum Meshing issue with tests

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9983
    Angus
    Guest

    Dear SLIM forum members,

    I am interested in using SLIM. I cloned it from GitLab yesterday, and managed to successfully compile it.

    However, when I try to run any of the tests, they almost always fail. For instance, running shallowWater/tests/stommel,

    > slim ./test.py

    gives me:

    Info : Started on Fri Dec 21 11:27:27 2018
    Info : Reading ‘stommel_square.geo’…
    Info : Done reading ‘stommel_square.geo’
    Info : Finalized high order topology of periodic connections
    Info : Meshing 1D…
    Info : Meshing curve 1 (Line)
    Info : Meshing curve 2 (Line)
    Info : Meshing curve 3 (Line)
    Info : Meshing curve 4 (Line)
    Info : Meshing curve 10 (Line)
    Info : Meshing curve 11 (Line)
    Info : Meshing curve 12 (Line)
    Info : Meshing curve 13 (Line)
    Info : Done meshing 1D (0.451457 s)
    Info : Meshing 2D…
    Info : Meshing surface 6 (Plane, Delaunay)
    Error : Identical points in triangulation: increase element size or Mesh.RandomFactor
    Error : Unable to recover the edge 400009 (1/200000) on GEdge 3 (on GFace 6)
    Warning : Surface 6 consists of no elements
    Info : Meshing surface 7 (Plane, Delaunay)

    I get similar meshing errors for every test I’ve tried, shallow water or 3D. I am using GMSH 3.0.6.

    Would anyone have an idea what might be wrong?

    Regards
    Angus

    #27503
    Jonathan
    Guest

    You may have a global gmsh options file with options incompatibles with the .geo files of the examples.
    Can you try to :
    – open gmsh
    – activate the menu item « Help->Restore All Options To Default Settings »
    – activate the menu item « File->Save Options As Default »
    – close gmsh
    – try the example again.

    Cheers,
    Jonathan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.