Actual source code: slepcrg.h

slepc-3.8.2 2017-12-01
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2017, 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: !

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

 17: #define RG type(tRG)

 19: #define RGType      character*(80)

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

 26: #endif