Actual source code: slepcfn.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 FN object in SLEPc
11: !
12: #include "slepc/finclude/slepcfn.h"
14: type tFN
15: PetscFortranAddr:: v PETSC_FORTRAN_TYPE_INITIALIZE
16: end type tFN
18: FN, parameter :: SLEPC_NULL_FN = tFN(0)
20: PetscEnum, parameter :: FN_COMBINE_ADD = 0
21: PetscEnum, parameter :: FN_COMBINE_MULTIPLY = 1
22: PetscEnum, parameter :: FN_COMBINE_DIVIDE = 2
23: PetscEnum, parameter :: FN_COMBINE_COMPOSE = 3
25: !
26: ! End of Fortran include file for the FN package in SLEPc
27: !