OOF2: The Manual

Name

IC (ICPreconditioner) — Incomplete Cholesky preconditioner. Appropriate only for meshes with symmetric, positive definite stiffness matrices.

Synopsis

ICPreconditioner()

Details

Description

ICPreconditioner is a Preconditioner that uses Incomplete Cholesky factorization to speed up the convergence of an iterative matrix method. It is applicable only to symmetric positive definite matrices.

OOF2's ICPreconditioner uses the ICPreconditioner from SparseLink++.