Closed karlrupp closed 10 years ago
If viennagrid::distance() of a point to an element is zero, then this means that the point is already inside the element. What was the rationale for reimplementing this?
viennagrid::distance()
We currently keep it as is, as the actual implementation is a detail and can be adjusted later.
If
viennagrid::distance()
of a point to an element is zero, then this means that the point is already inside the element. What was the rationale for reimplementing this?