A function class for weighted regularization. More...
#include <shortestDist.hh>
Public Member Functions | |
| Real | operator() (const SingularSet &singularities, concepts::Real2d point, const Quad< Real > *elm) const |
Uses DistClass to compute the weight function and Function to post process the weight. | |
Private Attributes | |
| DistClass | dist_ |
A function class for weighted regularization.
It uses a a distance function (see template parameter) and simply exponentiates the result it gets from there.
| DistClass | Function class which is able to evaluate a distance |
| Function | Function class which is able to post process the result from DistClass (has a static function post(Real, Real) |
Definition at line 68 of file shortestDist.hh.
| Real hp2D::DistancePost< DistClass, Function >::operator() | ( | const SingularSet & | singularities, |
| concepts::Real2d | point, | ||
| const Quad< Real > * | elm | ||
| ) | const [inline] |
Uses DistClass to compute the weight function and Function to post process the weight.
Definition at line 73 of file shortestDist.hh.
DistClass hp2D::DistancePost< DistClass, Function >::dist_ [private] |
Definition at line 78 of file shortestDist.hh.