hpfem/agros2d

Minimim edge length

Opened this issue · 3 comments

It looks like minimum edge length is 10um (10e-6m) ? Is there a way to overcome this limitation ?

I'll second this. Working in semiconductors this limitation is a constant problem. Scaling problems to avoid it is ugly and error prone.

I am currently facing the same problem...
error is
"There are nodes which lie on the edge but they are not connected to the edge. Remove these nodes first."
Edit: A pist to fix this bug seems to be changing #define POINT_REL_ZERO 1e-5 to a smaller value in the code (util/util/point.h). I might end up trying to re-compile agros myself to see if it helps but if someone on the dev team could answer if that's the way to go I'd appreciate.

Anyway thanks for the effort of developing agros2d, it's an amazing piece of soft!

Cheers,

N

Hello everybody,
I am facing the same problem with distances in the order of 0.1 um. I set everything from Pythonlab, but sometimes it crashes all the program. In the main interface I cannot mesh because it gives the error: "Geometry: There are nodes which lie on the edge but they are not connected to the edge. Remove these nodes first." As said from Pythonlab usually it works.
Is there any update on this problem?
Running Agros2D 3.2.0.20161129 on Ubuntu 16.04

Best,
Alberto