I was generating mesh using Triangle mesh generator. The supermesh consist of point, line and polygon elements. The log of the working message shows me that the smallest area of the element is in the order of 10^-10 m^2. I could also see triangles with very small distances. Is it a problem to have nodes very close to each other for a large scale model?
I tried to increase the refinement for the point, line and polygons using the Target element size in the order of 100 m and with steep gradation (=1). I also tried to limit the number of total elements in the order of 20,000. All these couldn't help me to avoid very small areas and very close nodes. How to increase the area of the smallest triangles in Triangle generator? Any idea appreciated?