12#include "libmesh/libmesh_config.h"
14#ifdef LIBMESH_HAVE_SLEPC
16#include "libmesh/solver_configuration.h"
23class SlepcEigenSolver;
Problem for solving eigenvalue problems.
Nonlinear eigenvalue system to be solved.
libMesh::SlepcEigenSolver< libMesh::Number > & _slepc_solver
The slepc eigen solver object that we are configuring.
EigenProblem & _eigen_problem
virtual void configure_solver() override
const NonlinearEigenSystem & _nl_eigen_sys
The system that owns the SLEPc solver.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...