https://mooseframework.inl.gov
include
functions
FunctionBase.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 "
MooseObject.h
"
13
#include "
SetupInterface.h
"
14
#include "
TransientInterface.h
"
15
#include "
PostprocessorInterface.h
"
16
#include "
UserObjectInterface.h
"
17
#include "
Restartable.h
"
18
#include "
MeshChangedInterface.h
"
19
#include "
ScalarCoupleable.h
"
20
21
namespace
Moose
22
{
23
24
class
FunctionBase
:
public
MooseObject
,
25
public
SetupInterface
,
26
public
TransientInterface
,
27
public
PostprocessorInterface
,
28
public
UserObjectInterface
,
29
public
Restartable
,
30
public
MeshChangedInterface
,
31
public
ScalarCoupleable
32
{
33
public
:
34
static
InputParameters
validParams
();
35
36
FunctionBase
(
const
InputParameters
&
parameters
);
37
38
#ifdef MOOSE_KOKKOS_ENABLED
39
42
FunctionBase
(
const
FunctionBase
&
object
,
const
Moose::Kokkos::FunctorCopy
& key);
43
#endif
44
45
virtual
~FunctionBase
();
46
};
47
48
}
Moose::FunctionBase::FunctionBase
FunctionBase(const InputParameters ¶meters)
Definition:
FunctionBase.C:29
Restartable
A class for creating restricted objects.
Definition:
Restartable.h:28
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition:
MooseBase.h:131
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:67
UserObjectInterface.h
Moose::FunctionBase
Definition:
FunctionBase.h:24
PostprocessorInterface.h
ScalarCoupleable.h
TransientInterface
Interface for objects that needs transient capabilities.
Definition:
TransientInterface.h:31
SetupInterface.h
MeshChangedInterface
Interface for notifications that the mesh has changed.
Definition:
MeshChangedInterface.h:21
MooseObject
Every object that can be built by the factory should be derived from this class.
Definition:
MooseObject.h:28
Restartable.h
Moose::Kokkos::FunctorCopy
Definition:
MooseTypes.h:1322
UserObjectInterface
Interface for objects that need to use UserObjects.
Definition:
UserObjectInterface.h:24
SetupInterface
Definition:
SetupInterface.h:23
TransientInterface.h
MooseObject.h
MeshChangedInterface.h
Moose::FunctionBase::~FunctionBase
virtual ~FunctionBase()
Definition:
FunctionBase.C:55
ScalarCoupleable
Interface for objects that needs scalar coupling capabilities.
Definition:
ScalarCoupleable.h:32
Moose::FunctionBase::validParams
static InputParameters validParams()
Definition:
FunctionBase.C:16
Moose
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
Definition:
SetAdaptivityOptionsAction.h:14
PostprocessorInterface
Interface class for classes which interact with Postprocessors.
Definition:
PostprocessorInterface.h:34
Generated on Sun Jun 21 2026 21:26:50 for https://mooseframework.inl.gov by
1.8.14