Preconditioners for MLFMM
A few preconditioners are available for the multilevel fast multipole method (MLFMM).
- Incomplete LU decomposition (ILU) (128)
- Preconditioner for an MLFMM solution that uses an incomplete LU-decomposition of the matrix. Note, not available for parallel.
- Multilevel FEM-MLFMM LU/diagonal decomposition (2010)
- Preconditioner for a hybrid MLFMM / FEM solution that uses a multilevel sparse LU decomposition
of the combined and partitioned system.
When using the parallel Solver, the factorisation type, which slightly impacts runtime and memory, can be specified.
- Block-Jacobi preconditioner of MLFMM one-level-up (4096)
- Preconditioner for an MLFMM solution that uses LU-decomposition on entries in the boxes, one-level-up from the finest boxes. Note, not available for parallel.
- Sparse approximate inverse (SPAI) (8192)
- Preconditioner for an MLFMM solution. This
preconditioner uses less memory than the default in most cases, but runtime could be
longer.Tip: Switch to this preconditioner if the default one fails.
- Sparse LU (8193)
- Preconditioner for an MLFMM solution that uses a
sparse LU decomposition of the MLFMM near field
matrix.
When using the parallel Solver, the factorisation type, which slightly impacts runtime and memory, can be specified.