39 KOKKOS_FUNCTION
inline Real 45 KOKKOS_FUNCTION
inline Real KOKKOS_FUNCTION Real computeQpResidual(const ContiguousNodeID node) const
const Real _v_coeff
Coefficient for coupled variable.
const Moose::Kokkos::VariableNodalValue _v
KokkosMatchedValueBC(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
KOKKOS_FUNCTION Real computeQpOffDiagJacobian(const unsigned int jvar, const ContiguousNodeID node) const
Implements a simple coupled boundary condition where u=v on the boundary.
const Real _u_coeff
Coefficient for primary variable.
dof_id_type ContiguousNodeID
const unsigned int _v_num
The id of the coupled variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const VariableNodalValue _u
Current solution at nodes.
The base class for a user to derive their own Kokkos nodal boundary conditions.