14 template <
typename DirichletBC>
33 template <
typename DirichletBC>
43 template <
typename DirichletBC>
46 _value(this->template getParam<
Real>(
"value"))
const InputParameters & parameters() const
Get the parameters of the object.
KokkosDirichletBC(const InputParameters ¶meters)
Base boundary condition of a Dirichlet type.
static InputParameters validParams()
Boundary condition of a Dirichlet type.
KOKKOS_FUNCTION Real computeValue(const unsigned int, ResidualDatum &) const
usingKokkosDirichletBCBaseMembers(DirichletBC)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
KokkosDirichletBCWrapper(const InputParameters ¶meters)
static InputParameters validParams()
const Moose::Kokkos::Scalar< const Real > _value
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
The Kokkos object that holds thread-private data in the parallel operations of Kokkos residual object...
The base Kokkos boundary condition of a Dirichlet type.