https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
};
name
const std::string name
Definition
Setup.h:21
AnalysisStepUOInterface
Interface class for step user object.
Definition
AnalysisStepUOInterface.h:23
AnalysisStepUOInterface::getAnalysisStepUserObject
virtual void getAnalysisStepUserObject(const FEProblemBase &fe_problem, const AnalysisStepUserObject *&step_user_object, const std::string &name)
Definition
AnalysisStepUOInterface.C:15
AnalysisStepUserObject
User object that provides analysis steps given user input.
Definition
AnalysisStepUserObject.h:18
FEProblemBase
Generated on Fri Aug 21 2026 13:41:34 for https://mooseframework.inl.gov by
1.9.8