Actual source code: slepclme.h
slepc-3.13.0 2020-03-31
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: ! Include file for Fortran use of the LME object in SLEPc
11: !
12: #if !defined(SLEPCLMEDEF_H)
13: #define SLEPCLMEDEF_H
15: #include "petsc/finclude/petscmat.h"
16: #include "slepc/finclude/slepcbv.h"
18: #define LME type(tLME)
20: #define LMEType character*(80)
21: #define LMEConvergedReason PetscEnum
22: #define LMEProblemType PetscEnum
24: #define LMEKRYLOV 'krylov'
26: #endif