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

Public Member Functions | Private Attributes
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>

Collaboration diagram for hp3D::ShortestDistLimited:
Collaboration graph
[legend]

List of all members.

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)
 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
Author:
Kersten Schmidt, 2002

Definition at line 244 of file shortestDist.hh.


Constructor & Destructor Documentation

hp3D::ShortestDistLimited::ShortestDistLimited ( ) [inline]

Definition at line 246 of file shortestDist.hh.


Member Function Documentation

Real hp3D::ShortestDistLimited::operator() ( const SingularSet singularities,
concepts::Real3d  point,
const Hexahedron elm 
) const [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)

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

Definition at line 255 of file shortestDist.hh.


Member Data Documentation

Definition at line 260 of file shortestDist.hh.


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

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