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

Public Member Functions
hp2D::TransmissionWeightProd Class Reference

Weight for the 2D transmission problem. More...

#include <transmissionWeight.hh>

List of all members.

Public Member Functions

concepts::Real operator() (const SingularSet &, concepts::Real2d point, const Quad< concepts::Real > *) const
 Returns the product of x2 and y2 of point.

Detailed Description

Weight for the 2D transmission problem.

Computes the product of the distances to the coordinate axis.

Author:
Philipp Frauenfelder, 2004

Definition at line 41 of file transmissionWeight.hh.


Member Function Documentation

concepts::Real hp2D::TransmissionWeightProd::operator() ( const SingularSet ,
concepts::Real2d  point,
const Quad< concepts::Real > *   
) const

Returns the product of x2 and y2 of point.


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

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