#include <KokkosFunctionParser.h>
Public Member Functions | |
| bool | associated () const |
Public Attributes | |
| unsigned int | idx |
| const Real * | scalar = nullptr |
| const VariableValue * | field = nullptr |
| const MaterialProperty< Real > * | property = nullptr |
| const Function * | function = nullptr |
Variable identifier.
Definition at line 156 of file KokkosFunctionParser.h.
|
inline |
Definition at line 169 of file KokkosFunctionParser.h.
| const VariableValue* Moose::Kokkos::RPNBuilder::Variable::field = nullptr |
Definition at line 163 of file KokkosFunctionParser.h.
Referenced by associated().
| const Function* Moose::Kokkos::RPNBuilder::Variable::function = nullptr |
Definition at line 167 of file KokkosFunctionParser.h.
| unsigned int Moose::Kokkos::RPNBuilder::Variable::idx |
Definition at line 159 of file KokkosFunctionParser.h.
| const MaterialProperty<Real>* Moose::Kokkos::RPNBuilder::Variable::property = nullptr |
Definition at line 165 of file KokkosFunctionParser.h.
| const Real* Moose::Kokkos::RPNBuilder::Variable::scalar = nullptr |
Definition at line 161 of file KokkosFunctionParser.h.
Referenced by associated().
1.8.14