Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2214 Rev 2216
Line 36... Line 36...
  PetscReal      error, tol, sigma;
  PetscReal      error, tol, sigma;
  PetscErrorCode ierr;
  PetscErrorCode ierr;
  PetscInt       nsv, maxit, i, its, nconv;
  PetscInt       nsv, maxit, i, its, nconv;
  char           filename[256];
  char           filename[256];
  PetscViewer    viewer;
  PetscViewer    viewer;
  PetscTruth     flg;
  PetscBool      flg;
 
 
 
 
  SlepcInitialize(&argc,&argv,(char*)0,help);
  SlepcInitialize(&argc,&argv,(char*)0,help);
 
 
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -