Example (2) for SofaPardisoSolver
Scene testPardisoSchurComplement.scn
This second example scene demonstrates the efficiency in the resolution of a system of linear equations, exploiting the partial decomposition available in Pardiso. As you can notice the data
pardisoSchurComplement is set to 1 in order to activate this partial factorization.
In the scene, we invite you to replace the SparsePARDISOSolver with the SparseLDLSolver:
- comment the line:
SparsePARDISOSolver name="linearSolver" symmetric="2" exportDataToFolder="" pardisoSchurComplement="1" printLog="0"
- and uncomment the line:
SparseLDLSolver name="linearSolver"
This will highlight the efficiency of the SofaPardisoSolver plugin!