Actual source code: slepcrg.h
slepc-3.10.2 2019-02-11
1: !
2: ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3: ! SLEPc - Scalable Library for Eigenvalue Problem Computations
4: ! Copyright (c) 2002-2018, 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