#include <Phalanx_VirtualFunctionOnDevice.hpp>
Public Attributes | |
T * | ptr |
Struct for holding pointers to objects in a Kokkos::View. Used for putting virtual functions on device. We can't create a pointer as the Scalar type since the "*" is used to show rank. Need to wrap pointers in a struct.