27 template <
typename Derived>
29 template <
typename Derived>
31 const unsigned int qp,
39template <
typename Derived>
46template <
typename Derived>
49 const unsigned int qp,
Implements a simple Vacuum BC for neutron diffusion on the boundary.
const Real _alpha
Ratio of u to du/dn.
KOKKOS_FUNCTION Real precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
KokkosVacuumBC(const InputParameters ¶meters)
KOKKOS_FUNCTION Real precomputeQpJacobian(const unsigned int j, const unsigned int qp, AssemblyDatum &datum) const
static InputParameters validParams()
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 base class for a user to derive their own Kokkos integrated boundary conditions where the residua...
const VariablePhiValue _phi
Current shape function.
const VariableValue _u
Current solution at quadrature points.