Mesh error

Submitted by z3490628 on Wed, 09/06/2017 - 10:25

Hi all,

I have tried to create meshes from gmsh. When I am trying to import to my liggghts script and run it, an error occurs saying "ERROR on proc 0: Bad registration of upcoming move. (../mesh_module_stress_servo.cpp:252)".

How can I solve this problem?

wuhudasi's picture

wuhudasi | Wed, 12/09/2020 - 08:53

Hello,
Did you figure it out?
I also encountered the same problem.

mschramm | Wed, 12/09/2020 - 18:37

Hello,
are you building your own mesh via a geo file or are you meshing a step file? If it is a step file, how are you loading it into gmsh?
For a step file, my .geo file looks like the following.
{
SetFactory("OpenCASCADE");
v() = ShapeFromFile("Container.step");
}

I then build the mesh with the command
gmsh -2 -format stl Container.geo