Actual source code: slepcbvmod.F90

slepc-3.23.1 2025-05-01
Report Typos and Errors
  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:         module slepcbvdef
 11:         use slepcsysdef
 12: #include <../ftn/sys/classes/bv/slepcall.h>
 13:         end module slepcbvdef

 15:         module slepcbv
 16:         use slepcbvdef
 17:         use slepcsys
 18: #include <../ftn/sys/classes/bv/slepcall.h90>

 20:         contains

 22: #include <../ftn/sys/classes/bv/slepcall.hf90>
 23:         end module slepcbv