27 template <
typename Derived>
29 template <
typename Derived>
31 const unsigned int qp,
39 template <
typename Derived>
46 template <
typename Derived>
49 const unsigned int qp,
KokkosVacuumBC(const InputParameters ¶meters)
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
const InputParameters & parameters() const
Get the parameters of the object.
The base class for a user to derive their own Kokkos integrated boundary conditions where the residua...
const VariableValue _u
Current solution at quadrature points.
const Real _alpha
Ratio of u to du/dn.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
KOKKOS_FUNCTION Real computeQpJacobian(const unsigned int j, const unsigned int qp, AssemblyDatum &datum) const
static InputParameters validParams()
const VariablePhiValue _phi
Current shape function.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels...
Implements a simple Vacuum BC for neutron diffusion on the boundary.