Recent content by Motox1982
-
M
Gmsh is crashing after change Extrude value from 10 to 100
The Problem was the Line which have the same Point Numbers such as: Line(4) = {4, 4}; Line(7) = {1, 1}; Line(8) = {1, 1}; It was auto generated by my tool which uses gmsh, i though it was a gmsh error, but it was mine, everything works fine now!- Motox1982
- Post #4
- Forum: Programming and Computer Science
-
M
Gmsh is crashing after change Extrude value from 10 to 100
omg, already fixed! Line(4) = {4, 4}; and some stuff, it was a long day ;-)- Motox1982
- Post #2
- Forum: Programming and Computer Science
-
M
Gmsh is crashing after change Extrude value from 10 to 100
Hello, here is my geo script of gmsh: (windows10 64bit) Point(1) = {0,-35,20}; Point(2) = {0,-35,-10}; Line(1) = {1, 2}; Point(3) = {0,35,-10}; Line(2) = {2, 3}; Point(4) = {0,35,20}; Line(3) = {3, 4}; Line(4) = {4, 4}; Point(5) = {0,0,0}; Line(5) = {4, 5}; Line(6) = {5, 1}; Line(7) = {1, 1}...- Motox1982
- Thread
- Mesh
- Replies: 4
- Forum: Programming and Computer Science