
Classes | |
| struct | TransformationData |
Public Member Functions | |
| TransformationBase () | |
| virtual | ~TransformationBase () |
| void | set_context (EPS &eps) |
Protected Member Functions | |
| virtual void | set_transformation_type (ST &st) const =0 |
Private Attributes | |
| std_cxx1x::shared_ptr < TransformationData > | transformation_data |
Base class for spectral transformation classes using the SLEPc solvers which are selected based on flags passed to the spectral transformation.
Definition at line 42 of file slepc_spectral_transformation.h.
| SLEPcWrappers::TransformationBase::TransformationBase | ( | ) |
Constructor.
| virtual SLEPcWrappers::TransformationBase::~TransformationBase | ( | ) | [virtual] |
Destructor.
| void SLEPcWrappers::TransformationBase::set_context | ( | EPS & | eps ) |
Record the EPS object that is associated to the spectral transformation
| virtual void SLEPcWrappers::TransformationBase::set_transformation_type | ( | ST & | st ) | const [protected, pure virtual] |
std_cxx1x::shared_ptr<TransformationData> SLEPcWrappers::TransformationBase::transformation_data [private] |
Definition at line 96 of file slepc_spectral_transformation.h.
documentation generated on Fri Feb 3 2012 06:04:16 by
doxygen
1.7.2