Intrepid2
Main Page
Related Pages
Classes
Files
File List
File Members
src
Shared
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
17
using
DefaultDeviceType = Kokkos::DefaultExecutionSpace::device_type;
18
19
//template class Intrepid2::Data<double,Kokkos::DefaultExecutionSpace>;
20
template
class
Intrepid2::Data<double,DefaultDeviceType>
;
Intrepid2_Data.hpp
Defines the Data class, a wrapper around a Kokkos::View that allows data that is constant or repeatin...
Intrepid2::Data
Wrapper around a Kokkos::View that allows data that is constant or repeating in various logical dimen...
Definition:
Intrepid2_Data.hpp:77
Generated by
1.8.5