Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1952 Rev 2027
Line 66... Line 66...
  PetscInt         nini;        /* number of initial vectors (negative means not copied yet) */
  PetscInt         nini;        /* number of initial vectors (negative means not copied yet) */
  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 */
  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;