Intrepid2
Intrepid2_Data.cpp
1// @HEADER
2// *****************************************************************************
3// Intrepid2 Package
4//
5// Copyright 2007 NTESS and the Intrepid2 contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9//
10// Intrepid2_Data.cpp
11//
12// Created by Roberts, Nathan V on 5/30/23.
13//
14
15#include "Intrepid2_Data.hpp"
16
17using DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
18
19//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...