const InputParameters & parameters() const
Get the parameters of the object.
A base class that defines the curl operators for Kokkos vector kernels.
KernelCurl(const InputParameters ¶meters)
Constructor.
const VectorVariableCurl _curl_u
Curl of the current vector solution at quadrature points.
static InputParameters validParams()
const VectorVariableTestCurl _curl_test
Curl of the current vector test function.
const VectorVariablePhiCurl _curl_phi
Curl of the current vector shape function.
The base class for a user to derive their own Kokkos vector kernels on vector variables.