Not completely!
There is no domain decomposition attached to
MF
MF is not indirectly aware of the decomposition made by buildDmesh(Th);
? Is there a way to attach the domain decomposition to MF
?
I roughly understood from “mf-2d-SLEPc.edp” how to use ChangeNumbering
. I understand that I should replace lvectors = lvec
by larray = lvec
where lvec
is now real[int,int]
of size (Vh.ndof, 10) (as in Composite eigenvectors with SLEPc)
Best,
Lucas