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.
Namespaces | |
panzer | |
Variables | |
std::vector< PHX::MDField< ScalarT, Cell, BASIS > > | panzer::_residuals |
PHX::MDField< const ScalarT, Cell, IP, Dim > | panzer::_vector |
std::vector< PHX::MDField< const ScalarT, Cell, IP > > | panzer::_field_multipliers |
std::size_t | panzer::_num_basis_nodes |
std::size_t | panzer::_num_quadrature_points |
std::size_t | panzer::_num_dims |
std::size_t | panzer::_num_grad_dims |
ScalarT | panzer::_multiplier |
std::string | panzer::_basis_name |
std::size_t | panzer::_basis_index |
Kokkos::DynRankView< ScalarT, PHX::Device > | panzer::_tmp |