-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
ParaSails has been implemented with MCLS for preconditioning. ParaSails is nice for many reasons:
- It builds the inverse directly and that inverse has a sparsity pattern controlled by the input operator - giving a sparse composite operator.
- There are strong controls over the sparsity of the inverse.
- It has demonstrated good scaling and operating on convection-diffusion problems with hundreds of millions of unknowns.
- It gives a better preconditioning than Jacobi.
- Its pretty fast.
- It is a production implementation from Livermore.
I'm going to do a full analysis of the new preconditioner with the 2 Monte Carlo estimators and compare the performance to my other preconditioners.
This is my last preconditioner. Based on the literature this performed the best for build sparse approximate inverses and I can leverage a production implementation. If this doesn't work out then more research is really required for preconditioning these stochastic problems which is beyond the scope of this work.
Reactions are currently unavailable