#include <FEmTool_LinearTension.hxx>
Inheritance diagram for FEmTool_LinearTension:
Public Member Functions | |
Standard_EXPORT | FEmTool_LinearTension (const Standard_Integer WorkDegree, const GeomAbs_Shape ConstraintOrder) |
virtual Standard_EXPORT Handle_TColStd_HArray2OfInteger | DependenceTable () const |
To know if two dimension are independent. . | |
virtual Standard_EXPORT Standard_Real | Value () |
To Compute J(E) where E is the current Element . | |
virtual Standard_EXPORT 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 Standard_EXPORT 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 . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
math_Matrix | RefMatrix |
Standard_Integer | myOrder |
|
|
|
Implements FEmTool_ElementaryCriterion. |
|
Implements FEmTool_ElementaryCriterion. |
|
Reimplemented from FEmTool_ElementaryCriterion. |
|
Implements FEmTool_ElementaryCriterion. |
|
Implements FEmTool_ElementaryCriterion. |
|
|
|
|