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

Public Member Functions
hp3D::ShortestDist Class Reference

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

#include <shortestDist.hh>

List of all members.

Public Member Functions

Real 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

Detailed Description

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

Author:
Kersten Schmidt, 2002

Definition at line 40 of file shortestDist.hh.


Member Function Documentation

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

Parameters:
pointReference coordinates of the point, for whom the shortest distance is asked
elmElement the point is belonging to
singularitiesStorage of singular edges and vertices

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

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