https://mooseframework.inl.gov
solid_mechanics
include
interfaces
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
;
15
class
AnalysisStepUserObject
;
16
22
class
AnalysisStepUOInterface
23
{
24
protected
:
25
virtual
void
getAnalysisStepUserObject
(
const
FEProblemBase
& fe_problem,
26
const
AnalysisStepUserObject
*& step_user_object,
27
const
std::string &
name
);
28
};
AnalysisStepUOInterface
Interface class for step user object.
Definition:
AnalysisStepUOInterface.h:22
name
const std::string name
Definition:
Setup.h:20
AnalysisStepUOInterface::getAnalysisStepUserObject
virtual void getAnalysisStepUserObject(const FEProblemBase &fe_problem, const AnalysisStepUserObject *&step_user_object, const std::string &name)
Definition:
AnalysisStepUOInterface.C:15
FEProblemBase
AnalysisStepUserObject
User object that provides analysis steps given user input.
Definition:
AnalysisStepUserObject.h:17
Generated on Thu Jul 17 2025 01:44:29 for https://mooseframework.inl.gov by
1.8.14