Subversion Repositories slepc-dev

Rev

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

Rev 2216 Rev 2240
Line 664... Line 664...
 
 
    Level: advanced
    Level: advanced
 
 
.seealso: QEPSetTolerances()
.seealso: QEPSetTolerances()
@*/
@*/
EXTERN PetscErrorCode QEPSetConvergenceTest(QEP qep,PetscErrorCode (*func)(QEP,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*),void* ctx)
extern PetscErrorCode QEPSetConvergenceTest(QEP qep,PetscErrorCode (*func)(QEP,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*),void* ctx)
{
{
  PetscFunctionBegin;
  PetscFunctionBegin;
  qep->conv_func = func;
  qep->conv_func = func;
  qep->conv_ctx = ctx;
  qep->conv_ctx = ctx;
  PetscFunctionReturn(0);
  PetscFunctionReturn(0);