Reference documentation for deal.II version 9.0.0
|
#include <deal.II/lac/slepc_spectral_transformation.h>
Classes | |
struct | AdditionalData |
Public Member Functions | |
TransformationShiftInvert (const MPI_Comm &mpi_communicator, const AdditionalData &data=AdditionalData()) | |
Public Member Functions inherited from SLEPcWrappers::TransformationBase | |
virtual | ~TransformationBase () |
void | set_matrix_mode (const STMatMode mode) |
void | set_solver (const PETScWrappers::SolverBase &solver) |
Protected Attributes | |
const AdditionalData | additional_data |
Protected Attributes inherited from SLEPcWrappers::TransformationBase | |
ST | st |
Friends | |
class | SolverBase |
Additional Inherited Members | |
Protected Member Functions inherited from SLEPcWrappers::TransformationBase | |
TransformationBase (const MPI_Comm &mpi_communicator) | |
An implementation of the transformation interface using the SLEPc Shift and Invert.
Definition at line 166 of file slepc_spectral_transformation.h.
SLEPcWrappers::TransformationShiftInvert::TransformationShiftInvert | ( | const MPI_Comm & | mpi_communicator, |
const AdditionalData & | data = AdditionalData() |
||
) |
Constructor.
Definition at line 89 of file slepc_spectral_transformation.cc.
|
friend |
Make the solver class a friend, since it may need to set target equal the provided shift value.
Definition at line 204 of file slepc_spectral_transformation.h.
|
protected |
Store a copy of the flags for this particular solver.
Definition at line 198 of file slepc_spectral_transformation.h.