dessteph
dessteph
Complete https://github.com/sofa-framework/sofa/pull/3093 . It parallelize the assembly of the compliance matrix in the same way of the previous PR. I changed some misleading variable name and added comment for future...
It seems that there was an error in the code of the SparseLDLSolver in the assembling of the constraint matrix. I tried to see the execution of this function in...
This PR parallelize the assembly of the compliance matrix for the constraint resolution. It is done using a task pool. It currently only applies to sparse linear solver (LU and...