Panzer
Version of the Day
|
#include <string>
#include "Teuchos_RCP.hpp"
#include "Phalanx_DataLayout.hpp"
#include "Kokkos_DynRankView.hpp"
#include "Intrepid2_Basis.hpp"
#include "Panzer_Dimension.hpp"
#include "Panzer_PureBasis.hpp"
#include "Panzer_CellTopologyInfo.hpp"
Go to the source code of this file.
Classes | |
class | panzer::BasisIRLayout |
struct | panzer::StrBasisComp |
Simple binary comparison class to help with sorting. More... | |
Namespaces | |
panzer | |
Computes . | |
Typedefs | |
typedef std::pair< std::string, Teuchos::RCP < panzer::BasisIRLayout > > | panzer::StrBasisPair |
Functions | |
Teuchos::RCP < panzer::BasisIRLayout > | panzer::basisIRLayout (std::string basis_type, const int basis_order, const PointRule &pt_rule) |
Nonmember constructor. More... | |
Teuchos::RCP < panzer::BasisIRLayout > | panzer::basisIRLayout (const Teuchos::RCP< const PureBasis > &b, const PointRule &pt_rule) |
Nonmember constructor. More... | |