#include <shortestDist.hh>
Public Member Functions | |
Real | operator() (const SingularSet &singularities, concepts::Real3d point, const Hexahedron *elm) const |
A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular edges and vertices
Definition at line 42 of file shortestDist.hh.
Real hp3D::ShortestDist::operator() | ( | const SingularSet & | singularities, |
concepts::Real3d | point, | ||
const Hexahedron * | elm | ||
) | const |
returns the square of the shortest distance of a point to the singular edges and vertices
point | Reference coordinates of the point, for whom the shortest distance is asked |
elm | Element the point is belonging to |
singularities | Storage of singular edges and vertices |