Intrepid2
Intrepid2_Data.cpp
1//
2// Intrepid2_Data.cpp
3//
4// Created by Roberts, Nathan V on 5/30/23.
5//
6
7#include "Intrepid2_Data.hpp"
8
9using DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
10
11//template class Intrepid2::Data<double,Kokkos::DefaultExecutionSpace>;
Defines the Data class, a wrapper around a Kokkos::View that allows data that is constant or repeatin...
Wrapper around a Kokkos::View that allows data that is constant or repeating in various logical dimen...