|
Panzer Version of the Day
|
#include "Kokkos_ViewFactory.hpp"#include "Phalanx_KokkosDeviceTypes.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | panzer |
| Computes | |
Functions | |
| template<typename InputArray , typename ... DimensionPack> | |
| Kokkos::DynRankView< typename InputArray::value_type, PHX::Device > | panzer::createDynRankView (const InputArray &a, const std::string &name, const DimensionPack... dims) |
| Wrapper to simplify Panzer use of Sacado ViewFactory. | |