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
-
SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
-
const Mat<DIMR,DIMS,SCAL> & GetJacobian() const
-
SCAL GetJacobiDet() const
-
const Mat<DIMS,DIMR,SCAL> & GetJacobianInverse() const
-
const Vec<DIMR,SCAL> GetNV() const
-
int IsBoundary() const
Private Fields
-
Mat<DIMR,DIMS,SCAL> dxdxi
-
Mat<DIMS,DIMR,SCAL> dxidx
-
SCAL det
-
Vec<DIMR,SCAL> normalvec
Mat<DIMR,DIMS,SCAL> dxdxi
Mat<DIMS,DIMR,SCAL> dxidx
SCAL det
Vec<DIMR,SCAL> normalvec
SpecificIntegrationPoint(const IntegrationPoint & aip, const ElementTransformation & aeltrans, LocalHeap & lh)
const Mat<DIMR,DIMS,SCAL> & GetJacobian() const
SCAL GetJacobiDet() const
const Mat<DIMS,DIMR,SCAL> & GetJacobianInverse() const
const Vec<DIMR,SCAL> 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++.