AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
Tags.hpp
1 #pragma once
2 
3 namespace AMDiS
4 {
5  namespace tag
6  {
7  // some tags representing traits classes or categories
8  struct none {};
9  struct scalar {};
10  struct vector {};
11  struct matrix {};
12  struct unknown {};
13 
14  struct defaulted {};
15 
16  } // end namespace tag
17 
18 } // end namespace AMDiS
Definition: Tags.hpp:11
Definition: Tags.hpp:14
Definition: Tags.hpp:10
Definition: AdaptBase.hpp:6
Definition: Tags.hpp:8
Definition: Tags.hpp:9
Definition: Tags.hpp:12