Subversion Repositories slepc-dev

Rev

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

Rev 3289 Rev 3290
Line 5... Line 5...
!  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
!  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
!  SLEPc - Scalable Library for Eigenvalue Problem Computations
!  SLEPc - Scalable Library for Eigenvalue Problem Computations
!  Copyright (c) 2002-2012, Universitat Politecnica de Valencia, Spain
!  Copyright (c) 2002-2012, Universitat Politecnica de Valencia, Spain
!
!
!  This file is part of SLEPc.
!  This file is part of SLEPc.
!    
!
!  SLEPc is free software: you can redistribute it and/or modify it under  the
!  SLEPc is free software: you can redistribute it and/or modify it under  the
!  terms of version 3 of the GNU Lesser General Public License as published by
!  terms of version 3 of the GNU Lesser General Public License as published by
!  the Free Software Foundation.
!  the Free Software Foundation.
!
!
!  SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY
!  SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY
Line 24... Line 24...
#include "finclude/slepcepsdef.h"
#include "finclude/slepcepsdef.h"
 
 
!  Convergence flags.
!  Convergence flags.
!  They sould match the flags in $SLEPC_DIR/include/slepceps.h
!  They sould match the flags in $SLEPC_DIR/include/slepceps.h
 
 
      PetscEnum EPS_CONVERGED_TOL        
      PetscEnum EPS_CONVERGED_TOL
      PetscEnum EPS_DIVERGED_ITS
      PetscEnum EPS_DIVERGED_ITS
      PetscEnum EPS_DIVERGED_BREAKDOWN
      PetscEnum EPS_DIVERGED_BREAKDOWN
      PetscEnum EPS_CONVERGED_ITERATING
      PetscEnum EPS_CONVERGED_ITERATING
 
 
      parameter (EPS_CONVERGED_TOL          =  2)
      parameter (EPS_CONVERGED_TOL          =  2)