In file intrule.hpp:

template<int DIMS = 2, int DIMR = 2> class SpecificIntegrationPoint

ip, dimension source, dimension range

Documentation

ip, dimension source, dimension range

Inheritance:


Public Methods

[more] SpecificIntegrationPoint(const IntegrationRule & ir, int aipnr, const ElementTransformation & aeltrans, LocalHeap & lh)
preferred constructor, knows ipnr
[more] SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
[more]const Mat<DIMR,DIMS> & GetJacobian() const
[more]double GetJacobiDet() const
[more]const Mat<DIMS,DIMR> & GetJacobianInverse() const
[more]const Vec<DIMR> GetPoint() const
[more]const Vec<DIMR> GetNV() const
[more]int IsBoundary() const

Private Fields

[more]Mat<DIMR,DIMS> dxdxi
[more]Mat<DIMS,DIMR> dxidx
[more]double det
[more]Vec<DIMR> point
[more]Vec<DIMR> normalvec
[more]int ipnr

oMat<DIMR,DIMS> dxdxi

oMat<DIMS,DIMR> dxidx

odouble det

oVec<DIMR> point

oVec<DIMR> normalvec

oint ipnr

o SpecificIntegrationPoint(const IntegrationRule & ir, int aipnr, const ElementTransformation & aeltrans, LocalHeap & lh)
preferred constructor, knows ipnr

o SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)

oconst Mat<DIMR,DIMS> & GetJacobian() const

odouble GetJacobiDet() const

oconst Mat<DIMS,DIMR> & GetJacobianInverse() const

oconst Vec<DIMR> GetPoint() const

oconst Vec<DIMR> GetNV() const

oint IsBoundary() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.