28 const unsigned int qp,
32 const unsigned int qp,
40 KOKKOS_FUNCTION
inline Real 42 const unsigned int qp,
48 KOKKOS_FUNCTION
inline Real 51 const unsigned int qp,
KokkosVacuumBC(const InputParameters ¶meters)
The base class for a user to derive their own Kokkos integrated boundary conditions.
KOKKOS_FUNCTION Real computeQpJacobian(const unsigned int i, const unsigned int j, const unsigned int qp, ResidualDatum &datum) const
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int i, const unsigned int qp, ResidualDatum &datum) const
const InputParameters & parameters() const
Get the parameters of the object.
const VariableTestValue _test
Current test function.
const VariablePhiValue _phi
Current shape function.
const Real _alpha
Ratio of u to du/dn.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const VariableValue _u
Current solution at quadrature points.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos residual object...
Implements a simple Vacuum BC for neutron diffusion on the boundary.