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

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