hp3D::ShortestDistLimited Class Reference
A function class for weighted regularization, which returns the minimum of a value and the square of the shortest distance of a point to the singular edges and vertices. More...
#include <shortestDist.hh>
| Public Member Functions | |
| Real | operator() (const SingularSet &singularities, concepts::Real3d point, const Hexahedron *elm) const | 
| returns the minimum of a value and the square of the shortest distance of a point to the singular edges and vertices (not implemented)  More... | |
| ShortestDistLimited () | |
| Private Attributes | |
| const ShortestDist | shortestdist_ | 
Detailed Description
A function class for weighted regularization, which returns the minimum of a value and the square of the shortest distance of a point to the singular edges and vertices.
- Bug:
- Not correctly implemented
Definition at line 246 of file shortestDist.hh.
Constructor & Destructor Documentation
◆ ShortestDistLimited()
| 
 | inline | 
Definition at line 248 of file shortestDist.hh.
Member Function Documentation
◆ operator()()
| 
 | inline | 
returns the minimum of a value and the square of the shortest distance of a point to the singular edges and vertices (not implemented)
@param point Reference coordinates of the point, for whom the shortest
             distance is asked
@param elm   Element the point is belonging to
@param singularities Storage of singular edges and vertices
 
Definition at line 257 of file shortestDist.hh.
Member Data Documentation
◆ shortestdist_
| 
 | private | 
Definition at line 262 of file shortestDist.hh.
The documentation for this class was generated from the following file:
- hp3D/shortestDist.hh

