#include "petscpc.h" PetscErrorCode PCSPAISetNBSteps(PC pc,int nbsteps1)
pc | - the preconditioner | |
n | - number of steps (default 5) |
Notes: SPAI constructs to approximation to every column of the exact inverse of A in a series of improvement steps. The quality of the approximation is determined by epsilon. If an approximation achieving an accuracy of epsilon is not obtained after ns steps, SPAI simply uses the best approximation constructed so far.