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

Public Member Functions | Private Attributes
hp3D::DistancePost< DistClass, Function > Class Template Reference

A function class for weighted regularization. More...

#include <shortestDist.hh>

List of all members.

Public Member Functions

Real operator() (const SingularSet &singularities, concepts::Real3d point, const Hexahedron *elm) const
 Uses DistClass to compute the weight function and Function to post process the weight.

Private Attributes

DistClass dist_

Detailed Description

template<typename DistClass, typename Function>
class hp3D::DistancePost< DistClass, Function >

A function class for weighted regularization.

It uses a a distance function (see template parameter) and simply exponentiates the result it gets from there.

Parameters:
DistClassFunction class which is able to evaluate a distance
FunctionFunction class which is able to post process the result from DistClass (has a static function post(Real, Real)
Author:
Philipp Frauenfelder, 2003

Definition at line 159 of file shortestDist.hh.


Member Function Documentation

template<typename DistClass, typename Function>
Real hp3D::DistancePost< DistClass, Function >::operator() ( const SingularSet singularities,
concepts::Real3d  point,
const Hexahedron elm 
) const [inline]

Uses DistClass to compute the weight function and Function to post process the weight.

Definition at line 164 of file shortestDist.hh.


Member Data Documentation

template<typename DistClass, typename Function>
DistClass hp3D::DistancePost< DistClass, Function >::dist_ [private]

Definition at line 169 of file shortestDist.hh.


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

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