Actual source code: slepcmfn.h90

slepc-3.11.2 2019-07-30
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2019, 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:       interface MFNGetTolerances
 11:         subroutine MFNGetTolerances00(a,b,c,z)
 12:           use slepcmfndef
 13:           MFN a
 14:           PetscReal b
 15:           PetscInt c
 16:           integer z
 17:         end subroutine
 18:         subroutine MFNGetTolerances10(a,b,c,z)
 19:           use slepcmfndef
 20:           MFN a
 21:           PetscReal b(*)
 22:           PetscInt c
 23:           integer z
 24:         end subroutine
 25:         subroutine MFNGetTolerances01(a,b,c,z)
 26:           use slepcmfndef
 27:           MFN a
 28:           PetscReal b
 29:           PetscInt c(*)
 30:           integer z
 31:         end subroutine
 32:       end interface MFNGetTolerances