Actual source code: slepcnepmod.F90

slepc-3.23.0 2025-03-29
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 slepcnepdef
 11:         use slepcsysdef
 12:         use slepcpepdef
 13: #include <../ftn/nep/slepcall.h>
 14:         end module slepcnepdef

 16:         module slepcnep
 17:         use slepcnepdef
 18:         use slepcpep
 19: #include <../ftn/nep/slepcall.h90>
 20: #include <../src/nep/ftn-mod/slepcnep.h90>

 22:         contains

 24: #include <../ftn/nep/slepcall.hf90>
 25:         end module slepcnep

 27: ! The following module imports all the functionality of SLEPc and PETSc
 28:         module slepc
 29:         use slepcnep
 30:         use slepcmfn
 31:         use petsc
 32:         end module