https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
42
FunctionBase
(
const
FunctionBase
&
object
,
const
Moose::Kokkos::FunctorCopy
& key);
43
#endif
44
45
virtual
~FunctionBase
();
46
};
47
48
}
MeshChangedInterface.h
MooseObject.h
PostprocessorInterface.h
Restartable.h
ScalarCoupleable.h
SetupInterface.h
TransientInterface.h
UserObjectInterface.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MeshChangedInterface
Interface for notifications that the mesh has changed.
Definition
MeshChangedInterface.h:22
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition
MooseBase.h:131
MooseObject
Every object that can be built by the factory should be derived from this class.
Definition
MooseObject.h:31
Moose::FunctionBase
Definition
FunctionBase.h:32
Moose::FunctionBase::validParams
static InputParameters validParams()
Definition
FunctionBase.C:16
Moose::FunctionBase::~FunctionBase
virtual ~FunctionBase()
Definition
FunctionBase.C:55
Moose::Kokkos::FunctorCopy
Definition
MooseTypes.h:1329
PostprocessorInterface
Interface class for classes which interact with Postprocessors.
Definition
PostprocessorInterface.h:35
Restartable
A class for creating restricted objects.
Definition
Restartable.h:29
ScalarCoupleable
Interface for objects that needs scalar coupling capabilities.
Definition
ScalarCoupleable.h:33
SetupInterface
Definition
SetupInterface.h:24
TransientInterface
Interface for objects that needs transient capabilities.
Definition
TransientInterface.h:32
UserObjectInterface
Interface for objects that need to use UserObjects.
Definition
UserObjectInterface.h:25
Moose
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
Definition
SetAdaptivityOptionsAction.h:15
Generated on Fri Aug 21 2026 13:33:49 for https://mooseframework.inl.gov by
1.9.8