Actual source code: slepcrg.h

slepc-3.16.3 2022-04-11
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2021, 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: !  Include file for Fortran use of the RG object in SLEPc
 11: !
 12: #if !defined(SLEPCRGDEF_H)
 13: #define SLEPCRGDEF_H

 15: #include "petsc/finclude/petscsys.h"

 17: #define RG type(tRG)

 19: #define RGType      character*(80)
 20: #define RGQuadRule  PetscEnum

 22: #define RGINTERVAL  'interval'
 23: #define RGPOLYGON   'polygon'
 24: #define RGELLIPSE   'ellipse'
 25: #define RGRING      'ring'

 27: #endif