Panzer  Version of the Day
Classes | Namespaces | Typedefs | Functions
Panzer_BasisIRLayout.hpp File Reference
#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"
Include dependency graph for Panzer_BasisIRLayout.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Typedefs

typedef std::pair< std::string, Teuchos::RCP< panzer::BasisIRLayout > > panzer::StrBasisPair
 

Functions

Teuchos::RCP< panzer::BasisIRLayoutpanzer::basisIRLayout (std::string basis_type, const int basis_order, const PointRule &pt_rule)
 Nonmember constructor. More...
 
Teuchos::RCP< panzer::BasisIRLayoutpanzer::basisIRLayout (const Teuchos::RCP< const PureBasis > &b, const PointRule &pt_rule)
 Nonmember constructor. More...