, including all inherited members.
| _communicator | libMesh::ParallelObject | [protected] |
| _counts | libMesh::ReferenceCounter | [protected, static] |
| _eigen_problem_type | libMesh::EigenSolver< T > | [protected] |
| _eigen_solver_type | libMesh::EigenSolver< T > | [protected] |
| _enable_print_counter | libMesh::ReferenceCounter | [protected, static] |
| _eps | libMesh::SlepcEigenSolver< T > | [private] |
| _is_initialized | libMesh::EigenSolver< T > | [protected] |
| _mutex | libMesh::ReferenceCounter | [protected, static] |
| _n_objects | libMesh::ReferenceCounter | [protected, static] |
| _petsc_shell_matrix_get_diagonal(Mat mat, Vec dest) | libMesh::SlepcEigenSolver< T > | [private, static] |
| _petsc_shell_matrix_mult(Mat mat, Vec arg, Vec dest) | libMesh::SlepcEigenSolver< T > | [private, static] |
| _position_of_spectrum | libMesh::EigenSolver< T > | [protected] |
| _solve_generalized_helper(Mat mat_A, Mat mat_B, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [private] |
| _solve_standard_helper(Mat mat, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [private] |
| attach_deflation_space(NumericVector< T > &deflation_vector) | libMesh::SlepcEigenSolver< T > | [virtual] |
| build(const Parallel::Communicator &comm_in LIBMESH_CAN_DEFAULT_TO_COMMWORLD, const SolverPackage solver_package=SLEPC_SOLVERS) | libMesh::EigenSolver< T > | [static] |
| clear() | libMesh::SlepcEigenSolver< T > | [virtual] |
| comm() const | libMesh::ParallelObject | [inline] |
| Counts typedef | libMesh::ReferenceCounter | [protected] |
| disable_print_counter_info() | libMesh::ReferenceCounter | [static] |
| eigen_problem_type() const | libMesh::EigenSolver< T > | [inline] |
| eigen_solver_type() const | libMesh::EigenSolver< T > | [inline] |
| EigenSolver(const Parallel::Communicator &comm_in LIBMESH_CAN_DEFAULT_TO_COMMWORLD) | libMesh::EigenSolver< T > | [inline] |
| enable_print_counter_info() | libMesh::ReferenceCounter | [static] |
| get_eigenpair(unsigned int i, NumericVector< T > &solution_in) | libMesh::SlepcEigenSolver< T > | [virtual] |
| get_eigenvalue(unsigned int i) | libMesh::SlepcEigenSolver< T > | [virtual] |
| get_info() | libMesh::ReferenceCounter | [static] |
| get_relative_error(unsigned int i) | libMesh::SlepcEigenSolver< T > | |
| increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | [inline, protected] |
| init() | libMesh::SlepcEigenSolver< T > | [virtual] |
| initialized() const | libMesh::EigenSolver< T > | [inline] |
| n_objects() | libMesh::ReferenceCounter | [inline, static] |
| n_processors() const | libMesh::ParallelObject | [inline] |
| operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | [inline] |
| ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | [inline] |
| ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | [inline] |
| position_of_spectrum() const | libMesh::EigenSolver< T > | [inline] |
| print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | [static] |
| processor_id() const | libMesh::ParallelObject | [inline] |
| ReferenceCountedObject() | libMesh::ReferenceCountedObject< EigenSolver< T > > | [inline, protected] |
| ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< EigenSolver< T > > | [inline, protected] |
| ReferenceCounter() | libMesh::ReferenceCounter | [inline, protected] |
| set_eigenproblem_type(EigenProblemType ept) | libMesh::EigenSolver< T > | [inline] |
| set_eigensolver_type(const EigenSolverType est) | libMesh::EigenSolver< T > | [inline] |
| set_position_of_spectrum(PositionOfSpectrum pos) | libMesh::EigenSolver< T > | [inline] |
| set_slepc_position_of_spectrum() | libMesh::SlepcEigenSolver< T > | [private] |
| set_slepc_problem_type() | libMesh::SlepcEigenSolver< T > | [private] |
| set_slepc_solver_type() | libMesh::SlepcEigenSolver< T > | [private] |
| SlepcEigenSolver(const Parallel::Communicator &comm_in LIBMESH_CAN_DEFAULT_TO_COMMWORLD) | libMesh::SlepcEigenSolver< T > | [inline] |
| solve_generalized(SparseMatrix< T > &matrix_A, SparseMatrix< T > &matrix_B, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| solve_generalized(ShellMatrix< T > &matrix_A, SparseMatrix< T > &matrix_B, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| solve_generalized(SparseMatrix< T > &matrix_A, ShellMatrix< T > &matrix_B, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| solve_generalized(ShellMatrix< T > &matrix_A, ShellMatrix< T > &matrix_B, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| solve_standard(SparseMatrix< T > &matrix_A, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| solve_standard(ShellMatrix< T > &shell_matrix, int nev, int ncv, const double tol, const unsigned int m_its) | libMesh::SlepcEigenSolver< T > | [virtual] |
| ~EigenSolver() | libMesh::EigenSolver< T > | [inline, virtual] |
| ~ParallelObject() | libMesh::ParallelObject | [inline, virtual] |
| ~ReferenceCountedObject() | libMesh::ReferenceCountedObject< EigenSolver< T > > | [inline] |
| ~ReferenceCounter() | libMesh::ReferenceCounter | [inline] |
| ~SlepcEigenSolver() | libMesh::SlepcEigenSolver< T > | [inline] |