13 #include "Teuchos_Assert.hpp"
21 const int in_basis_order,
22 const shards::CellTopology & cell_topo) :
26 std::string basis_type = in_basis_type;
27 int basis_order = in_basis_order;
29 if (basis_type==
"Q1" || basis_type==
"T1") {
33 else if (basis_type ==
"Q2" || basis_type==
"T2") {
37 else if (basis_type ==
"TEdge1" || basis_type==
"QEdge1") {
41 else if(basis_type ==
"Const") {
59 "BasisInformation::initializeIntrospection - Invalid basis name \""
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)