Skip to content

ParaSails Preconditioner Analysis for the SPN Equations #30

@sslattery

Description

@sslattery

ParaSails has been implemented with MCLS for preconditioning. ParaSails is nice for many reasons:

  1. It builds the inverse directly and that inverse has a sparsity pattern controlled by the input operator - giving a sparse composite operator.
  2. There are strong controls over the sparsity of the inverse.
  3. It has demonstrated good scaling and operating on convection-diffusion problems with hundreds of millions of unknowns.
  4. It gives a better preconditioning than Jacobi.
  5. Its pretty fast.
  6. 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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions