26 template <
typename Derived>
34template <
typename Derived>
Implements a Neumann BC where D grad(u) = value * M on the boundary, where value is a constant and M ...
KokkosMatNeumannBC(const InputParameters ¶meters)
KOKKOS_FUNCTION Real precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
const Moose::Kokkos::MaterialProperty< Real > _boundary_prop
Value of material property on the boundary.
static InputParameters validParams()
const Real _value
Value of grad(u) on the boundary.
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 material property class.