https://mooseframework.inl.gov
AnalysisStepUOInterface.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 <string>
13 
14 class FEProblemBase;
16 
23 {
24 protected:
25  virtual void getAnalysisStepUserObject(const FEProblemBase & fe_problem,
26  const AnalysisStepUserObject *& step_user_object,
27  const std::string & name);
28 };
Interface class for step user object.
const std::string name
Definition: Setup.h:20
virtual void getAnalysisStepUserObject(const FEProblemBase &fe_problem, const AnalysisStepUserObject *&step_user_object, const std::string &name)
User object that provides analysis steps given user input.