#include "Panzer_IntrepidBasisFactory.hpp"
#include "Intrepid2_HVOL_C0_FEM.hpp"
#include "Intrepid2_HVOL_TRI_Cn_FEM.hpp"
#include "Intrepid2_HVOL_QUAD_Cn_FEM.hpp"
#include "Intrepid2_HVOL_HEX_Cn_FEM.hpp"
#include "Intrepid2_HVOL_TET_Cn_FEM.hpp"
#include "Intrepid2_HGRAD_QUAD_C1_FEM.hpp"
#include "Intrepid2_HGRAD_QUAD_C2_FEM.hpp"
#include "Intrepid2_HGRAD_QUAD_Cn_FEM.hpp"
#include "Intrepid2_HGRAD_HEX_C1_FEM.hpp"
#include "Intrepid2_HGRAD_HEX_C2_FEM.hpp"
#include "Intrepid2_HGRAD_HEX_Cn_FEM.hpp"
#include "Intrepid2_HGRAD_TET_C1_FEM.hpp"
#include "Intrepid2_HGRAD_TET_C2_FEM.hpp"
#include "Intrepid2_HGRAD_TET_Cn_FEM.hpp"
#include "Intrepid2_HGRAD_TRI_C1_FEM.hpp"
#include "Intrepid2_HGRAD_TRI_C2_FEM.hpp"
#include "Intrepid2_HGRAD_TRI_Cn_FEM.hpp"
#include "Intrepid2_HGRAD_LINE_C1_FEM.hpp"
#include "Intrepid2_HGRAD_LINE_Cn_FEM.hpp"
#include "Intrepid2_HCURL_TRI_I1_FEM.hpp"
#include "Intrepid2_HCURL_TRI_In_FEM.hpp"
#include "Intrepid2_HCURL_TET_I1_FEM.hpp"
#include "Intrepid2_HCURL_TET_In_FEM.hpp"
#include "Intrepid2_HCURL_QUAD_I1_FEM.hpp"
#include "Intrepid2_HCURL_QUAD_In_FEM.hpp"
#include "Intrepid2_HCURL_HEX_I1_FEM.hpp"
#include "Intrepid2_HCURL_HEX_In_FEM.hpp"
#include "Intrepid2_HDIV_TRI_I1_FEM.hpp"
#include "Intrepid2_HDIV_TRI_In_FEM.hpp"
#include "Intrepid2_HDIV_QUAD_I1_FEM.hpp"
#include "Intrepid2_HDIV_QUAD_In_FEM.hpp"
#include "Intrepid2_HDIV_TET_I1_FEM.hpp"
#include "Intrepid2_HDIV_TET_In_FEM.hpp"
#include "Intrepid2_HDIV_HEX_I1_FEM.hpp"
#include "Intrepid2_HDIV_HEX_In_FEM.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.
|
| |
| template Teuchos::RCP< Intrepid2::Basis< PHX::Device::execution_space, double, double > > | panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double > (const std::string, int, const shards::CellTopology &) |
| |
| template Teuchos::RCP< Intrepid2::Basis< PHX::Device::execution_space, double, double > > | panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double > (const std::string, int, const Teuchos::RCP< const shards::CellTopology > &) |
| |
◆ panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double >() [1/2]
| template Teuchos::RCP< Intrepid2::Basis< PHX::Device::execution_space, double, double > > panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double > |
( |
const std::string |
, |
|
|
int |
, |
|
|
const shards::CellTopology & |
|
|
) |
| |
◆ panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double >() [2/2]
| template Teuchos::RCP< Intrepid2::Basis< PHX::Device::execution_space, double, double > > panzer::createIntrepid2Basis< PHX::Device::execution_space, double, double > |
( |
const std::string |
, |
|
|
int |
, |
|
|
const Teuchos::RCP< const shards::CellTopology > & |
|
|
) |
| |