26 template <
typename Derived>
34 template <
typename Derived>
const Real _value
Value of grad(u) on the boundary.
static InputParameters validParams()
Implements a Neumann BC where D grad(u) = value * M on the boundary, where value is a constant and M ...
const InputParameters & parameters() const
Get the parameters of the object.
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Kokkos::MaterialProperty< Real > _boundary_prop
Value of material property on the boundary.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels...
KokkosMatNeumannBC(const InputParameters ¶meters)