Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Panzer_ViewFactory.hpp File Reference
#include "Kokkos_ViewFactory.hpp"
#include "Phalanx_KokkosDeviceTypes.hpp"
Include dependency graph for Panzer_ViewFactory.hpp:

Go to the source code of this file.

Namespaces

 panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

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. More...