In file intrule.hpp:ip, dimension source, dimension range
Documentation
ip, dimension source, dimension range
Inheritance:
Public Methods
-
SpecificIntegrationPoint(const IntegrationRule & ir, int aipnr, const ElementTransformation & aeltrans, LocalHeap & lh)
- preferred constructor, knows ipnr
-
SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
-
const Mat<DIMR,DIMS> & GetJacobian() const
-
double GetJacobiDet() const
-
const Mat<DIMS,DIMR> & GetJacobianInverse() const
-
const Vec<DIMR> GetPoint() const
-
const Vec<DIMR> GetNV() const
-
int IsBoundary() const
Private Fields
-
Mat<DIMR,DIMS> dxdxi
-
Mat<DIMS,DIMR> dxidx
-
double det
-
Vec<DIMR> point
-
Vec<DIMR> normalvec
-
int ipnr
Mat<DIMR,DIMS> dxdxi
Mat<DIMS,DIMR> dxidx
double det
Vec<DIMR> point
Vec<DIMR> normalvec
int ipnr
SpecificIntegrationPoint(const IntegrationRule & ir, int aipnr, const ElementTransformation & aeltrans, LocalHeap & lh)
- preferred constructor, knows ipnr
SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
const Mat<DIMR,DIMS> & GetJacobian() const
double GetJacobiDet() const
const Mat<DIMS,DIMR> & GetJacobianInverse() const
const Vec<DIMR> GetPoint() const
const Vec<DIMR> GetNV() const
int 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++.