NGSolve  4.9
Public Member Functions | Protected Attributes
ngfem::BaseMappedIntegrationPoint Class Reference

Base class for MappedIntegrationPoint. More...

#include <intrule.hpp>

Inheritance diagram for ngfem::BaseMappedIntegrationPoint:
ngfem::DimMappedIntegrationPoint< DIMR, SCAL > ngfem::DimMappedIntegrationPoint< R, SCAL > ngfem::MappedIntegrationPoint< DIMS, DIMR, SCAL >

List of all members.

Public Member Functions

 BaseMappedIntegrationPoint (const IntegrationPoint &aip, const ElementTransformation &aeltrans)
const IntegrationPointIP () const
const ElementTransformationGetTransformation () const
int GetIPNr () const
double GetMeasure () const
double GetWeight () const

Protected Attributes

const IntegrationPointip
 IP on the reference element.
const ElementTransformationeltrans
 computed by the transformation
double measure
 fabs(det)

Detailed Description

Base class for MappedIntegrationPoint.

A specific integration point is the mapped point, and stores point coordinates, the Jacobimatrix, and the determinant of the Jacobimatrix.


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