Actual source code: slepclme.h

slepc-3.14.1 2020-12-08
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2020, Universitat Politecnica de Valencia, Spain
  5: !
  6: !  This file is part of SLEPc.
  7: !  SLEPc is distributed under a 2-clause BSD license (see LICENSE).
  8: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  9: !
 10: !  Used by slepclmemod.F90 to create Fortran module file
 11: !
 12: #include "slepc/finclude/slepcsys.h"
 13: #include "slepc/finclude/slepclme.h"

 15:       type tLME
 16:         PetscFortranAddr:: v PETSC_FORTRAN_TYPE_INITIALIZE
 17:       end type tLME

 19:       LME, parameter :: SLEPC_NULL_LME = tLME(0)

 21:       PetscEnum, parameter :: LME_CONVERGED_TOL          =  1
 22:       PetscEnum, parameter :: LME_DIVERGED_ITS           = -1
 23:       PetscEnum, parameter :: LME_DIVERGED_BREAKDOWN     = -2
 24:       PetscEnum, parameter :: LME_CONVERGED_ITERATING    =  0

 26:       PetscEnum, parameter :: LME_LYAPUNOV               =  0
 27:       PetscEnum, parameter :: LME_SYLVESTER              =  1
 28:       PetscEnum, parameter :: LME_GEN_LYAPUNOV           =  2
 29:       PetscEnum, parameter :: LME_GEN_SYLVESTER          =  3
 30:       PetscEnum, parameter :: LME_DT_LYAPUNOV            =  4
 31:       PetscEnum, parameter :: LME_STEIN                  =  5

 33: !
 34: !   Possible arguments to LMEMonitorSet()
 35: !
 36:       external LMEMONITORDEFAULT
 37:       external LMEMONITORLG