|
Open CASCADE Technology
6.5.4
|
Criterion of LinearFlexion To Hermit-Jacobi elements
#include <FEmTool_LinearJerk.hxx>

Public Member Functions | |
| FEmTool_LinearJerk (const Standard_Integer WorkDegree, const GeomAbs_Shape ConstraintOrder) | |
| virtual Handle_TColStd_HArray2OfInteger | DependenceTable () const |
| To know if two dimension are independent. | |
| virtual Standard_Real | Value () |
| To Compute J(E) where E is the current Element | |
| virtual void | Hessian (const Standard_Integer Dimension1, const Standard_Integer Dimension2, math_Matrix &H) |
| To Compute J(E) the coefficients of Hessian matrix of J(E) wich are crossed derivatives in dimensions <Dim1> and <Dim2>. If DependenceTable(Dimension1,Dimension2) is False | |
| virtual void | Gradient (const Standard_Integer Dimension, math_Vector &G) |
| To Compute the coefficients in the dimension <dim> of the J(E)'s Gradient where E is the current Element | |
| FEmTool_LinearJerk::FEmTool_LinearJerk | ( | const Standard_Integer | WorkDegree, |
| const GeomAbs_Shape | ConstraintOrder | ||
| ) |
| virtual Handle_TColStd_HArray2OfInteger FEmTool_LinearJerk::DependenceTable | ( | ) | const [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual void FEmTool_LinearJerk::Gradient | ( | const Standard_Integer | Dim, |
| math_Vector & | G | ||
| ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual void FEmTool_LinearJerk::Hessian | ( | const Standard_Integer | Dim1, |
| const Standard_Integer | Dim2, | ||
| math_Matrix & | H | ||
| ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual Standard_Real FEmTool_LinearJerk::Value | ( | ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
1.8.0