https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SlepcEigenSolverConfiguration.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "libmesh/libmesh_config.h"
13
14#ifdef LIBMESH_HAVE_SLEPC
15
16#include "libmesh/solver_configuration.h"
17
18class EigenProblem;
20namespace libMesh
21{
22template <typename>
23class SlepcEigenSolver;
24}
25
49
50#endif
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.
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...