Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimim edge length #137

Open
Andrew79 opened this issue Oct 22, 2017 · 3 comments
Open

Minimim edge length #137

Andrew79 opened this issue Oct 22, 2017 · 3 comments

Comments

@Andrew79
Copy link

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

@camerondmm
Copy link

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

@LMSC-NTappy
Copy link

LMSC-NTappy commented May 23, 2018

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

@alberto-battistel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants