Panzer
Version of the Day
|
#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 |
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 36 of file Panzer_CommonArrayFactories.hpp.
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray | ( | const std::string & | str, |
int | d0 | ||
) | const |
Definition at line 23 of file Panzer_CommonArrayFactories_impl.hpp.
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray | ( | const std::string & | str, |
int | d0, | ||
int | d1 | ||
) | const |
Definition at line 31 of file Panzer_CommonArrayFactories_impl.hpp.
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray | ( | const std::string & | str, |
int | d0, | ||
int | d1, | ||
int | d2 | ||
) | const |
Definition at line 39 of file Panzer_CommonArrayFactories_impl.hpp.
Kokkos::DynRankView< Scalar, PHX::Device > panzer::Intrepid2FieldContainerFactory::buildArray | ( | const std::string & | str, |
int | d0, | ||
int | d1, | ||
int | d2, | ||
int | d3 | ||
) | const |
Definition at line 47 of file Panzer_CommonArrayFactories_impl.hpp.
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 55 of file Panzer_CommonArrayFactories_impl.hpp.