Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
hp2D::ShortestDist Class Reference

A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular vertices. More...

#include <shortestDist.hh>

List of all members.

Public Member Functions

Real 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.

Detailed Description

A function class for weighted regularization, which returns the square of the shortest distance of a point to the singular vertices.

Author:
Kersten Schmidt, 2002

Definition at line 41 of file shortestDist.hh.


Member Function Documentation

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.

Parameters:
pointReference coordinates of the point to which the shortest distance has to be computed
elmElement the point is belonging to
singularitiesSet of singular vertices

The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)