18 #ifndef __deal2__slepc_spectral_transformation_h
19 #define __deal2__slepc_spectral_transformation_h
22 #include <deal.II/base/config.h>
24 #ifdef DEAL_II_WITH_SLEPC
26 # include <deal.II/base/std_cxx1x/shared_ptr.h>
27 # include <deal.II/lac/exceptions.h>
29 # include <petscksp.h>
30 # include <slepceps.h>
32 DEAL_II_NAMESPACE_OPEN
35 namespace SLEPcWrappers
88 virtual void set_transformation_type (ST &st)
const = 0;
120 std_cxx1x::shared_ptr<TransformationData> transformation_data;
309 const double antishift_parameter = 0);
315 const double antishift_parameter;
323 const double antishift);
345 DEAL_II_NAMESPACE_CLOSE
347 #endif // DEAL_II_WITH_SLEPC