https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
kokkos
postprocessors
KokkosPostprocessor.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 "
Postprocessor.h
"
13
14
namespace
Moose::Kokkos
15
{
16
17
class
Postprocessor
:
public
::Postprocessor
18
{
19
public
:
20
static
InputParameters
validParams
();
21
22
Postprocessor
(
const
MooseObject
* moose_object);
23
27
Postprocessor
(
const
Postprocessor
&
object
);
28
};
29
30
}
// namespace Moose::Kokkos
Postprocessor.h
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MooseObject
Every object that can be built by the factory should be derived from this class.
Definition
MooseObject.h:31
Moose::Kokkos::Postprocessor
Definition
KokkosPostprocessor.h:18
Moose::Kokkos::Postprocessor::Postprocessor
Postprocessor(const Postprocessor &object)
Copy constructor for parallel dispatch.
Moose::Kokkos::Postprocessor::validParams
static InputParameters validParams()
Moose::Kokkos::Postprocessor::Postprocessor
Postprocessor(const MooseObject *moose_object)
Postprocessor
Base class for all Postprocessors.
Definition
Postprocessor.h:26
Moose::Kokkos
Definition
Assembly.h:69
Generated on Fri Aug 21 2026 13:33:50 for https://mooseframework.inl.gov by
1.9.8