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

Public Member Functions
hp3D::ProductOfAll Class Reference

Computes the product of all distances in the singular set singularities. More...

#include <shortestDist.hh>

List of all members.

Public Member Functions

Real operator() (const SingularSet &singularities, concepts::Real3d point, const Hexahedron *elm) const

Detailed Description

Computes the product of all distances in the singular set singularities.

\[ w = \left( \prod_{c\in C} r_c^2 \right) \left( \prod_{e\in E} \rho_e^2 \right) \]

where $C$ is the set of singular corners, $E$ the set of singular edges and $\rho_e$ is defined by $r_e = \rho_e r_c r_{c'}$ where $c$ and $c'$ are the corners of the edge.

Author:
Philipp Frauenfelder, 2003

Definition at line 190 of file shortestDist.hh.


Member Function Documentation

Real hp3D::ProductOfAll::operator() ( const SingularSet singularities,
concepts::Real3d  point,
const Hexahedron elm 
) const

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

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