SparseCholeskySolver
This component belongs to the category of LinearSolver. The role of the SparseLUSolver is to solve the linear system
The Cholesky decomposition (https://en.wikipedia.org/wiki/Cholesky_decomposition) is a numerical method that solves a linear system
Sequence diagram
The SparseCholeskySolver requires the use (above in the scene graph) of an integration scheme, and (below in the scene graph) of a MechanicalObject storing the state information that the SparseCholeskySolver will access.