44 #ifndef PANZER_DIMENSION_HPP
45 #define PANZER_DIMENSION_HPP
47 #include "Phalanx_ExtentTraits.hpp"
86 template<> std::string print<panzer::Dim>();
87 template<> std::string print<panzer::IP>();
88 template<> std::string print<panzer::BASIS>();
89 template<> std::string print<panzer::Point>();
90 template<> std::string print<panzer::Cell>();
91 template<> std::string print<panzer::Face>();
92 template<> std::string print<panzer::Edge>();
93 template<> std::string print<panzer::Dummy>();
97 PHX_IS_EXTENT(panzer::IP)
98 PHX_IS_EXTENT(panzer::BASIS)
99 PHX_IS_EXTENT(panzer::Point)
100 PHX_IS_EXTENT(panzer::Cell)
101 PHX_IS_EXTENT(panzer::Face)
102 PHX_IS_EXTENT(panzer::Edge)
103 PHX_IS_EXTENT(panzer::Dummy)