https://mooseframework.inl.gov
include
kokkos
actions
KokkosObjectAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "
MooseObjectAction.h
"
13
17
class
KokkosObjectAction
:
public
MooseObjectAction
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
KokkosObjectAction
(
const
InputParameters
& params,
const
std::string object_type);
23
};
KokkosObjectAction::validParams
static InputParameters validParams()
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
KokkosObjectAction::KokkosObjectAction
KokkosObjectAction(const InputParameters ¶ms, const std::string object_type)
MooseObjectAction.h
MooseObjectAction
Definition:
MooseObjectAction.h:16
KokkosObjectAction
Base class for actions adding Kokkos objects.
Definition:
KokkosObjectAction.h:17
Generated on Tue Oct 7 2025 20:05:04 for https://mooseframework.inl.gov by
1.8.14