#include <shortestDist.hh>
Public Member Functions | |
Real | operator() (const SingularSet &singularities, concepts::Real2d point, const Quad< Real > *elm) const |
A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular vertices.
Definition at line 43 of file shortestDist.hh.
Real hp2D::ShortestDist::operator() | ( | const SingularSet & | singularities, |
concepts::Real2d | point, | ||
const Quad< Real > * | elm | ||
) | const |
Returns the square of the shortest distance of a point to the singular vertices.
point | Reference coordinates of the point to which the shortest distance has to be computed |
elm | Element the point is belonging to |
singularities | Set of singular vertices |