hi,
I get this error when I apply periodic boundary conditions. Can any one help me please !
current line = 133
Assertion fail : (im->second == kv)
line :250, in file lgmesh3.cpp
Assertion fail : (im->second == kv)
line :250, in file lgmesh3.cpp
err code 6 , mpirank 0
Thank you so much.
i try this code and i find :
move ??? -9.2019e-05 -9.39775e-05 -4.03997 m=16
move ??? -4.0401 -2.27204e-05 -3.01004e-06 m=16
move ??? -2.3316e-05 -4.04011 -4.70643e-06 m=16.0001
By round off error you mean it can’t connect the pieces? A long time ago, I was
curious about making a mesh with rational numbers. Floating point is a huge
problem if you are ever going to do equality tests lol. You could object to
things like speed or other factors but at some point maybe you could
convert it to float.