Panzer Version of the Day
Loading...
Searching...
No Matches
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

◆ buildArray() [1/5]

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

Definition at line 54 of file Panzer_CommonArrayFactories_impl.hpp.

◆ buildArray() [2/5]

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 62 of file Panzer_CommonArrayFactories_impl.hpp.

◆ buildArray() [3/5]

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 70 of file Panzer_CommonArrayFactories_impl.hpp.

◆ buildArray() [4/5]

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 78 of file Panzer_CommonArrayFactories_impl.hpp.

◆ buildArray() [5/5]

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 86 of file Panzer_CommonArrayFactories_impl.hpp.


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