26 template <
typename Derived>
KOKKOS_FUNCTION Real3 normals(const unsigned int qp)
Get the normal vector on surface.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
The base class for a user to derive their own Kokkos integrated boundary conditions where the residua...
KokkosDirectionalNeumannBC(const InputParameters ¶meters)
Implements a flux boundary condition grad(u).n = V.n, where the vector V is specifed by the user...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels...
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
const Moose::Kokkos::Real3 _value
Vector to dot with the normal.