Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1358 Rev 1376
Line 1... Line 1...
/*
/*
     The basic EPS routines, Create, View, etc. are here.
     The basic EPS routines, Create, View, etc. are here.
 
 
 
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
      SLEPc - Scalable Library for Eigenvalue Problem Computations
 
      Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
 
 
 
      This file is part of SLEPc. See the README file for conditions of use
 
      and additional information.
 
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*/
 
 
#include "src/eps/epsimpl.h"      /*I "slepceps.h" I*/
#include "src/eps/epsimpl.h"      /*I "slepceps.h" I*/
 
 
PetscFList EPSList = 0;
PetscFList EPSList = 0;
PetscCookie EPS_COOKIE = 0;
PetscCookie EPS_COOKIE = 0;
PetscEvent EPS_SetUp = 0, EPS_Solve = 0, EPS_Dense = 0;
PetscEvent EPS_SetUp = 0, EPS_Solve = 0, EPS_Dense = 0;