|
Open CASCADE Technology 6.5.2
|
Criterium of LinearTension To Hermit-Jacobi elements
#include <FEmTool_LinearTension.hxx>

Public Member Functions | |
| FEmTool_LinearTension (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_LinearTension::FEmTool_LinearTension | ( | const Standard_Integer | WorkDegree, |
| const GeomAbs_Shape | ConstraintOrder | ||
| ) |
| virtual Handle_TColStd_HArray2OfInteger FEmTool_LinearTension::DependenceTable | ( | ) | const [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual void FEmTool_LinearTension::Gradient | ( | const Standard_Integer | Dim, |
| math_Vector & | G | ||
| ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual void FEmTool_LinearTension::Hessian | ( | const Standard_Integer | Dim1, |
| const Standard_Integer | Dim2, | ||
| math_Matrix & | H | ||
| ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
| virtual Standard_Real FEmTool_LinearTension::Value | ( | ) | [virtual] |
Implements FEmTool_ElementaryCriterion.
1.7.4