26 const unsigned int qp,
40 KOKKOS_FUNCTION
inline Real 46 KOKKOS_FUNCTION
inline Real const Real _v_coeff
Coefficient for coupled variable.
KokkosMatchedValueBC(const InputParameters ¶meters)
const Moose::Kokkos::VariableValue _v
const InputParameters & parameters() const
Get the parameters of the object.
Implements a simple coupled boundary condition where u=v on the boundary.
const Real _u_coeff
Coefficient for primary variable.
KOKKOS_FUNCTION Real computeQpOffDiagJacobian(const unsigned int jvar, const unsigned int qp, ResidualDatum &datum) const
const unsigned int _v_num
The id of the coupled variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableValue _u
Current solution at nodes.
static InputParameters validParams()
The Kokkos wrapper classes for MOOSE-like variable value access.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos residual object...
The base class for a user to derive their own Kokkos nodal boundary conditions.
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, ResidualDatum &datum) const