DragonFly On-Line Manual Pages

Search: Section:  


BSset_mat_icc_storage(3)         BlockSolve95         BSset_mat_icc_storage(3)

NAME

BSset_mat_icc_storage - Set the matrix storage.

INPUT PARAMETERS

BSspmat - The matrix storage - If TRUE, the ICC storage scheme to be used (and the ICC preconditioner). Otherwise, ILU is used.

RETURNS

void

NOTES

ICC_STORAGE implies ICC preconditioner and ILU_STORAGE implies the ILU preconditioner is to be computed by BSfactor(). MUST be called before BSmain_perm().

SYNOPSIS

void BSset_mat_icc_storage(BSspmat *A, int storage)

LOCATION

BlockSolve95/src/BScontext.c 10/17/1996 BSset_mat_icc_storage(3)

Search: Section: