44 #define usingKokkosBoundaryConditionMembers \ 45 usingKokkosResidualObjectMembers; \ 48 using Moose::Kokkos::BoundaryCondition::kokkosBoundaryElementSideID; \ 49 using Moose::Kokkos::BoundaryCondition::kokkosBoundaryNodeID
A class for requiring an object to be boundary restricted.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
The base class for Kokkos residual objects.
The base class for Kokkos boundary conditions.
BoundaryCondition(const InputParameters ¶meters, Moose::VarFieldType field_type, bool nodal)
Constructor.
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...