SparseLUSolver
This component belongs to the category of LinearSolver. The role of the SparseLUSolver is to solve the linear system
In order to solve this system, this solver will factorize the matrix
As this method relies on the Gaussian elimination, a partial pivot is applied on the lines of
Usage
The SparseLUSolver 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 SparseLUSolver will access.
The SparseLUSolver is the most generic direct solver. It may be time consuming but it will be able compute the exact solution as soon as $$\mathbf{A}"> is invertible.