Intrepid2
Intrepid2_DataVariationType.hpp
Go to the documentation of this file.
1//
2// Intrepid2_DataVariationType.hpp
3// Trilinos
4//
5// Created by Roberts, Nathan V on 5/31/23.
6//
7
8#ifndef Intrepid2_DataVariationType_hpp
9#define Intrepid2_DataVariationType_hpp
10
15
16namespace Intrepid2 {
17 template<class DataScalar,typename DeviceType>
18 class Data;
19
37} // end namespace Intrepid2
38
39#endif /* Intrepid2_DataVariationType_hpp */
@ GENERAL
arbitrary variation
@ BLOCK_PLUS_DIAGONAL
one of two dimensions in a matrix; bottom-right part of matrix is diagonal
@ MODULAR
varies according to modulus of the index
Wrapper around a Kokkos::View that allows data that is constant or repeating in various logical dimen...