Hi, I would like to compute an approximation of Schur complement or even the exact Schur complement in FEniCS for saddle-point matrix (of size (n+m)x(n+m))
[Kaa, Kab]
[Kba, 0 ],
i.e. a matrix S = - Kba * inverse(Kaa) * Kab of size (mxm).
I found a simple guide for PETSc here but I cannot transfare it to FEniCS language (python version). Can you help me, please? Any other suggestions how to do the computation are welcomed.