Actual source code: slepcbvdef.h

slepc-3.7.3 2016-09-29
Report Typos and Errors
  1: !
  2: !  Include file for Fortran use of the BV object in SLEPc
  3: !
  4: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  6: !  Copyright (c) 2002-2016, Universitat Politecnica de Valencia, Spain
  7: !
  8: !  This file is part of SLEPc.
  9: !
 10: !  SLEPc is free software: you can redistribute it and/or modify it under  the
 11: !  terms of version 3 of the GNU Lesser General Public License as published by
 12: !  the Free Software Foundation.
 13: !
 14: !  SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY
 15: !  WARRANTY;  without even the implied warranty of MERCHANTABILITY or  FITNESS
 16: !  FOR  A  PARTICULAR PURPOSE. See the GNU Lesser General Public  License  for
 17: !  more details.
 18: !
 19: !  You  should have received a copy of the GNU Lesser General  Public  License
 20: !  along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
 21: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 22: !

 26: #if !defined(PETSC_USE_FORTRAN_DATATYPES)
 27: #define BV PetscFortranAddr
 28: #endif

 30: #define BVType             character*(80)
 31: #define BVOrthogType       PetscEnum
 32: #define BVOrthogRefineType PetscEnum
 33: #define BVOrthogBlockType  PetscEnum
 34: #define BVMatMultType      PetscEnum

 36: #define BVMAT        'mat'
 37: #define BVSVEC       'svec'
 38: #define BVVECS       'vecs'
 39: #define BVCONTIGUOUS 'contiguous'

 41: #endif