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 68 of file Panzer_CommonArrayFactories.hpp.
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.
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.
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.
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.
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.