| Line 68... |
Line 68... |
PetscInt its; /* iteration counter */
|
PetscInt its; /* iteration counter */
|
PetscInt max_it; /* max iterations */
|
PetscInt max_it; /* max iterations */
|
PetscReal tol; /* tolerance */
|
PetscReal tol; /* tolerance */
|
PetscReal *errest; /* error estimates */
|
PetscReal *errest; /* error estimates */
|
PetscRandom rand; /* random number generator */
|
PetscRandom rand; /* random number generator */
|
|
Vec tl,tr; /* template vectors */
|
void *data; /* placeholder for misc stuff associated
|
void *data; /* placeholder for misc stuff associated
|
with a particular solver */
|
with a particular solver */
|
PetscInt setupcalled;
|
PetscInt setupcalled;
|
SVDConvergedReason reason;
|
SVDConvergedReason reason;
|
IP ip;
|
IP ip;
|