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 
16 namespace Intrepid2 {
17  template<class DataScalar,typename DeviceType>
18  class Data;
19 
30  enum DataVariationType
31  {
32  CONSTANT
33  , MODULAR
34  , BLOCK_PLUS_DIAGONAL
35  , GENERAL
36  };
37 } // end namespace Intrepid2
38 
39 #endif /* Intrepid2_DataVariationType_hpp */