11 #ifndef PANZER_DIMENSION_HPP
12 #define PANZER_DIMENSION_HPP
14 #include "Phalanx_ExtentTraits.hpp"
53 template<> std::string print<panzer::Dim>();
54 template<> std::string print<panzer::IP>();
55 template<> std::string print<panzer::BASIS>();
56 template<> std::string print<panzer::Point>();
57 template<> std::string print<panzer::Cell>();
58 template<> std::string print<panzer::Face>();
59 template<> std::string print<panzer::Edge>();
60 template<> std::string print<panzer::Dummy>();
64 PHX_IS_EXTENT(panzer::IP)
65 PHX_IS_EXTENT(panzer::BASIS)
66 PHX_IS_EXTENT(panzer::Point)
67 PHX_IS_EXTENT(panzer::Cell)
68 PHX_IS_EXTENT(panzer::Face)
69 PHX_IS_EXTENT(panzer::Edge)
70 PHX_IS_EXTENT(panzer::Dummy)