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] SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, const Vec<DIMR, SCAL> & ax, const Mat<DIMR, DIMS, SCAL> & adxdxi, 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]void SetNV( const Vec<DIMR, SCAL> & vec)
[more]void SetTV( const Vec<DIMR, SCAL> & vec)
[more]const Vec<DIMR,SCAL> GetTV() const
[more]int IsBoundary() const
[more]void CalcHesse(Mat<2> & ddx1, Mat<2> & ddx2) const

Private Fields

[more]Mat<DIMR,DIMS,SCAL> dxdxi
Jacobi matrix
[more]Mat<DIMS,DIMR,SCAL> dxidx
(pseudo)inverse of Jacobi matrix
[more]SCAL det
Jacobian
[more]Vec<DIMR,SCAL> normalvec
for boundary points

oMat<DIMR,DIMS,SCAL> dxdxi
Jacobi matrix

oMat<DIMS,DIMR,SCAL> dxidx
(pseudo)inverse of Jacobi matrix

oSCAL det
Jacobian

oVec<DIMR,SCAL> normalvec
for boundary points

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

o SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, const Vec<DIMR, SCAL> & ax, const Mat<DIMR, DIMS, SCAL> & adxdxi, 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

ovoid SetNV( const Vec<DIMR, SCAL> & vec)

ovoid SetTV( const Vec<DIMR, SCAL> & vec)

oconst Vec<DIMR,SCAL> GetTV() const

oint IsBoundary() const

ovoid CalcHesse(Mat<2> & ddx1, Mat<2> & ddx2) const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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