DDM solvers¶
Preconditioner with overlap¶
To use Schwarz preconditioners with overlap, there are two possibilities using Htool.DDMSolverBuilder:
Reuse a previous
Htool.HMatrixassociated with the local problem without overlap. Typically, it can be taken from aHtool.DistributedOperatorusing \(\mathcal{H}\)-matrices for compression. See second overload ofHtool.DDMSolverBuilder.__init__().Assemble a
Htool.HMatrixassociated with the local problem with overlap. See thid overload ofHtool.DDMSolverBuilder.__init__().
Note
In both cases, additional information about the partitioning need to be given to Htool.DDMSolverBuilder constructors.