https://mooseframework.inl.gov
Loading...
Searching...
No Matches
EigenProblemSolve.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#include "Executioner.h"
15
16class InputParameters;
17class EigenProblem;
18
23{
24public:
26
28
29 virtual void initialSetup() override;
30
31protected:
33
36};
Real PostprocessorValue
various MOOSE typedefs
Definition MooseTypes.h:230
EigenProblemSolve is used to solve an eigenvalue problem interfacing SLEPc.
EigenProblem & _eigen_problem
virtual void initialSetup() override
Method that should be executed once, before any solve calls.
static InputParameters validParams()
const PostprocessorValue *const _normalization
Postprocessor value that scales solution when eigensolve is finished.
Problem for solving eigenvalue problems.
Executioners are objects that do the actual work of solving your problem.
Definition Executioner.h:37
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.