Panzer
Version of the Day
|
#include <vector>
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_Field.hpp"
#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Typedefs | |
typedef Kokkos::View< ScalarT ** > | panzer::KokkosScalarFields_t |
Functions | |
void | panzer::operator() (const size_t &cell) const |
Variables | |
std::vector< PHX::MDField< ScalarT, Cell, Point > > | panzer::scalar_fields |
Interpolates basis DOF values to IP DOF values. More... | |
PHX::MDField< ScalarT, Cell, Point, Dim > | panzer::vector_field |
Kokkos::View< KokkosScalarFields_t * > | panzer::internal_scalar_fields |