Actual source code: slepcst.h
slepc-3.22.1 2024-10-28
1: !
2: ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3: ! SLEPc - Scalable Library for Eigenvalue Problem Computations
4: ! Copyright (c) 2002-, 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 slepcstmod.F90 to create Fortran module file
11: !
12: #include "slepc/finclude/slepcst.h"
14: type, extends(tPetscObject) :: tST
15: end type tST
17: ST, parameter :: SLEPC_NULL_ST = tST(0)
19: PetscEnum, parameter :: ST_MATMODE_COPY = 0
20: PetscEnum, parameter :: ST_MATMODE_INPLACE = 1
21: PetscEnum, parameter :: ST_MATMODE_SHELL = 2
23: #if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES)
24: !DEC$ ATTRIBUTES DLLEXPORT::SLEPC_NULL_ST
25: #endif