#include <BaseNonLinearMapping.h>
Represents an entry in the Jacobian matrix. More...
Represents an entry in the Jacobian matrix.
The JacobianEntry struct is used to store information about an entry in the Jacobian matrix, specifically the vertex identifier and the corresponding Jacobian value. It also provides a comparison operator for sorting entries by vertex ID.
Public Attributes | |
sofa::Index | vertexId |
In::CPos | jacobianValue |
Public Member Functions | |
bool | operator< (const JacobianEntry &other) const |
In::CPos sofa::component::mapping::nonlinear::BaseNonLinearMapping< TIn, TOut, HasStabilizedGeometricStiffness >::JacobianEntry::jacobianValue |
sofa::Index sofa::component::mapping::nonlinear::BaseNonLinearMapping< TIn, TOut, HasStabilizedGeometricStiffness >::JacobianEntry::vertexId |
|
inline |