Actual source code: slepcrg.h

slepc-3.22.2 2024-12-02
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: !  Used by slepcrgmod.F90 to create Fortran module file
 11: !
 12: #include "slepc/finclude/slepcrg.h"

 14:       type, extends(tPetscObject) :: tRG
 15:       end type tRG

 17:       RG, parameter :: SLEPC_NULL_RG = tRG(0)

 19:       PetscEnum, parameter :: RG_QUADRULE_TRAPEZOIDAL = 1
 20:       PetscEnum, parameter :: RG_QUADRULE_CHEBYSHEV   = 2

 22: #if defined(_WIN32) && defined(PETSC_USE_SHARED_LIBRARIES)
 23: !DEC$ ATTRIBUTES DLLEXPORT::SLEPC_NULL_RG
 24: #endif