#include <sstream>
#include <string>
#include "Phalanx_KokkosDeviceTypes.hpp"
#include "Teuchos_RCP.hpp"
#include "Intrepid2_Basis.hpp"
#include "Shards_CellTopology.hpp"
Go to the source code of this file.
|
| template<typename ExecutionSpace , typename OutputValueType , typename PointValueType > |
| Teuchos::RCP< Intrepid2::Basis< ExecutionSpace, OutputValueType, PointValueType > > | panzer::createIntrepid2Basis (const std::string basis_type, int basis_order, const shards::CellTopology &cell_topology) |
| | Creates an Intrepid2::Basis object given the basis, order and cell topology.
|
| |
| template<typename ExecutionSpace , typename OutputValueType , typename PointValueType > |
| Teuchos::RCP< Intrepid2::Basis< ExecutionSpace, OutputValueType, PointValueType > > | panzer::createIntrepid2Basis (const std::string basis_type, int basis_order, const Teuchos::RCP< const shards::CellTopology > &cell_topology) |
| | Creates an Intrepid2::Basis object given the basis, order and cell topology.
|
| |