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

#include <shortestDist.hh>

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 192 of file shortestDist.hh.

Member Function Documentation

◆ operator()()

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich