Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SLEPcWrappers::TransformationShiftInvert Class Reference

#include <slepc_spectral_transformation.h>

Inheritance diagram for SLEPcWrappers::TransformationShiftInvert:
[legend]

Classes

struct  AdditionalData
 

Public Member Functions

 TransformationShiftInvert (const AdditionalData &data=AdditionalData())
 
- Public Member Functions inherited from SLEPcWrappers::TransformationBase
 TransformationBase ()
 
virtual ~TransformationBase ()
 
void set_context (EPS &eps)
 

Protected Member Functions

virtual void set_transformation_type (ST &st) const
 

Protected Attributes

const AdditionalData additional_data
 

Detailed Description

An implementation of the transformation interface using the SLEPc Shift and Invert.

Author
Toby D. Young 2009

Definition at line 186 of file slepc_spectral_transformation.h.

Constructor & Destructor Documentation

SLEPcWrappers::TransformationShiftInvert::TransformationShiftInvert ( const AdditionalData data = AdditionalData())

Constructor.

Member Function Documentation

virtual void SLEPcWrappers::TransformationShiftInvert::set_transformation_type ( ST &  st) const
protectedvirtual

Function that takes a Spectral Transformation context object, and sets the type of spectral transformationthat is appropriate for this class.

Implements SLEPcWrappers::TransformationBase.

Member Data Documentation

const AdditionalData SLEPcWrappers::TransformationShiftInvert::additional_data
protected

Store a copy of the flags for this particular solver.

Definition at line 221 of file slepc_spectral_transformation.h.


The documentation for this class was generated from the following file: