DDM solvers¶
Preconditioner with overlap¶
To use Schwarz preconditioners with overlap, there are two possibilities using htool::DDMSolverBuilder
:
Reuse a previous
htool::HMatrix
associated with the local problem without overlap. Typically, it can be taken from ahtool::DistributedOperator
using \(\mathcal{H}\)-matrices for compression. See thisconstructor
.
Assemble a
htool::HMatrix
associated with the local problem with overlap. See thisconstructor
.
Note
In both cases, additional information about the partitioning need to be given to htool::DDMSolverBuilder
constructors.