48 #define usingKokkosNodalKernelBaseMembers \ 49 usingKokkosResidualObjectMembers; \ 52 using Moose::Kokkos::NodalKernelBase::kokkosBlockNodeID; \ 53 using Moose::Kokkos::NodalKernelBase::kokkosBoundaryNodeID
const InputParameters & parameters() const
Get the parameters of the object.
The base class for Kokkos residual objects.
/class BoundaryRestrictable /brief Provides functionality for limiting the object to certain boundary...
The base class for Kokkos nodal kernels.
static InputParameters validParams()
An interface that restricts an object to subdomains via the 'blocks' input parameter.
NodalKernelBase(const InputParameters ¶meters, Moose::VarFieldType field_type)
Constructor.
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...