Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
panzer::Intrepid2FieldContainerFactory Class Reference

#include <Panzer_CommonArrayFactories.hpp>

Public Member Functions

template<typename Scalar , typename T0 >
Kokkos::DynRankView< Scalar,
PHX::Device > 
buildArray (const std::string &str, int d0) const
 
template<typename Scalar , typename T0 , typename T1 >
Kokkos::DynRankView< Scalar,
PHX::Device > 
buildArray (const std::string &str, int d0, int d1) const
 
template<typename Scalar , typename T0 , typename T1 , typename T2 >
Kokkos::DynRankView< Scalar,
PHX::Device > 
buildArray (const std::string &str, int d0, int d1, int d2) const
 
template<typename Scalar , typename T0 , typename T1 , typename T2 , typename T3 >
Kokkos::DynRankView< Scalar,
PHX::Device > 
buildArray (const std::string &str, int d0, int d1, int d2, int d3) const
 
template<typename Scalar , typename T0 , typename T1 , typename T2 , typename T3 , typename T4 >
Kokkos::DynRankView< Scalar,
PHX::Device > 
buildArray (const std::string &str, int d0, int d1, int d2, int d3, int d4) const
 

Detailed Description

Implementation for intrepid field container factory. This is intended to be used only with the BasisValues and IntegrationValues objects. Notice in this case the string argument is not used.

Definition at line 68 of file Panzer_CommonArrayFactories.hpp.

Member Function Documentation

template<typename Scalar , typename T0 >
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray ( const std::string &  str,
int  d0 
) const

Definition at line 55 of file Panzer_CommonArrayFactories_impl.hpp.

template<typename Scalar , typename T0 , typename T1 >
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray ( const std::string &  str,
int  d0,
int  d1 
) const

Definition at line 63 of file Panzer_CommonArrayFactories_impl.hpp.

template<typename Scalar , typename T0 , typename T1 , typename T2 >
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray ( const std::string &  str,
int  d0,
int  d1,
int  d2 
) const

Definition at line 71 of file Panzer_CommonArrayFactories_impl.hpp.

template<typename Scalar , typename T0 , typename T1 , typename T2 , typename T3 >
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray ( const std::string &  str,
int  d0,
int  d1,
int  d2,
int  d3 
) const

Definition at line 79 of file Panzer_CommonArrayFactories_impl.hpp.

template<typename Scalar , typename T0 , typename T1 , typename T2 , typename T3 , typename T4 >
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray ( const std::string &  str,
int  d0,
int  d1,
int  d2,
int  d3,
int  d4 
) const

Definition at line 87 of file Panzer_CommonArrayFactories_impl.hpp.


The documentation for this class was generated from the following files: