14 template <
typename DirichletBC>
30 template <
typename DirichletBC>
40 template <
typename DirichletBC>
43 _value(this->template getParam<
Real>(
"value"))
55 #define usingKokkosDirichletBCMembers(T) \ 56 usingKokkosDirichletBCBaseMembers(T); \ 59 using KokkosDirichletBC<T>::_value
KokkosDirichletBCKernel(const InputParameters ¶meters)
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
KokkosDirichletBC(const InputParameters ¶meters)
Base boundary condition of a Dirichlet type.
dof_id_type ContiguousNodeID
KOKKOS_FUNCTION Real computeValue(const ContiguousNodeID) const
static InputParameters validParams()
Boundary condition of a Dirichlet type.
usingKokkosDirichletBCBaseMembers(DirichletBC)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
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 base Kokkos boundary condition of a Dirichlet type.