Panzer
Version of the Day
|
#include <string>
#include "Panzer_Dimension.hpp"
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_MDField.hpp"
#include "Kokkos_DynRankView.hpp"
#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Classes | |
struct | panzer::FieldMultTag< NUM_FIELD_MULT > |
Namespaces | |
panzer | |
Typedefs | |
typedef PHX::Device::scratch_memory_space | panzer::shmem_space |
Functions | |
template<int NUM_FIELD_MULT> | |
void | panzer::operator() (const FieldMultTag< NUM_FIELD_MULT > &, const std::size_t &cell) const |
Teuchos::RCP< Teuchos::ParameterList > | panzer::getValidParameters () const |
Variables | |
PHX::MDField< ScalarT, Cell, IP, Dim > | panzer::vectorField |
Kokkos::View< Kokkos::View< ScalarT **> *> | panzer::kokkos_field_multipliers |
std::size_t | panzer::basis_card |
PHX::MDField< double, Cell, BASIS, IP, Dim > | panzer::weighted_basis_vector |