In file intrule.hpp:

template<int DIMS = 2, int DIMR = 2, typename SCAL = double> class SpecificIntegrationPoint

ip, dimension source, dimension range

Documentation

ip, dimension source, dimension range

Inheritance:


Public Methods

[more] SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
[more]const Mat<DIMR,DIMS,SCAL> & GetJacobian() const
[more]SCAL GetJacobiDet() const
[more]const Mat<DIMS,DIMR,SCAL> & GetJacobianInverse() const
[more]const Vec<DIMR,SCAL> GetNV() const
[more]int IsBoundary() const

Private Fields

[more]Mat<DIMR,DIMS,SCAL> dxdxi
[more]Mat<DIMS,DIMR,SCAL> dxidx
[more]SCAL det
[more]Vec<DIMR,SCAL> normalvec

oMat<DIMR,DIMS,SCAL> dxdxi

oMat<DIMS,DIMR,SCAL> dxidx

oSCAL det

oVec<DIMR,SCAL> normalvec

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

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

oSCAL GetJacobiDet() const

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

oconst Vec<DIMR,SCAL> 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++.