45 #include "Teuchos_Assert.hpp" 
   53            const int in_basis_order,
 
   54            const shards::CellTopology & cell_topo) :
 
   58   std::string basis_type = in_basis_type;
 
   59   int basis_order = in_basis_order;
 
   61   if (basis_type==
"Q1" || basis_type==
"T1") {
 
   65   else if (basis_type == 
"Q2" || basis_type==
"T2") {
 
   69   else if (basis_type == 
"TEdge1" || basis_type==
"QEdge1") {
 
   73   else if(basis_type == 
"Const") {
 
   91             "BasisInformation::initializeIntrospection - Invalid basis name \""  
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)