OOF2: The Manual
Name
IC (ICPreconditioner) — Incomplete Cholesky preconditioner. Appropriate only for meshes with symmetric, positive definite stiffness matrices.
Synopsis
ICPreconditioner()
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.
If using the ICPreconditioner directly
raises an error message, use the BlockPreconditioner instead.
OOF2's ICPreconditioner uses the
ICPreconditioner from SparseLink++.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




