Complete solution to Schur complement
Hi, we would like to use python-mumps in our SfePy project [1] To do
this, we are interested in a complete solution of Schur complement method as described in the MUMPS documentation [2] on page 20. Therefore, I have implemented a new SchurContext
class which does this task. The schur_complement()
function for partial factorization (returning only the Schur matrix) has been rewritten to use SchurContext
.