25 template <
typename Derived>
37template <
typename Derived>
TagVectorAux returns the coupled DOF value of a tagged vector.
const bool _remove_variable_scaling
Whether to remove variable scaling from the returned value.
static InputParameters validParams()
const MooseVariableBase & _v_var
KOKKOS_FUNCTION Real computeValue(const unsigned int qp, AssemblyDatum &datum) const
KokkosTagVectorAux(const InputParameters ¶meters)
const Moose::Kokkos::VariableValue _v
const Moose::Kokkos::Scalar< const Real > _scaling_factor
Variable scaling factor.
const InputParameters & parameters() const
Get the parameters of the object.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels.
The Kokkos wrapper class that can hold the reference of an arithmetic scalar variable.
The Kokkos wrapper classes for MOOSE-like variable value access.
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...