25 template <
typename Derived>
29 template <
typename Derived>
KOKKOS_FUNCTION Real eval(const Real t, const Real3 p, const unsigned int qp=0, Datum *datum=nullptr) const
Evaluate RPN at point (t,x,y,z)
The Kokkos object that holds thread-private data in the parallel operations of any Kokkos object...
The base class for a user to derive their own Kokkos auxiliary kernels.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
KOKKOS_FUNCTION Real3 q_point(const unsigned int qp)
Get the physical quadrature point coordinate.
Scalar< Real > _t
TODO: Move to TransientInterface.
AuxKernel that evaluates a parsed function expression.
RPNEvaluator _evaluator
Parsed function evaluator.
KokkosParsedAux(const InputParameters ¶meters)
KOKKOS_FUNCTION Real computeValue(const unsigned int qp, Datum &datum) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real