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 | |
Functions | |
const PHX::FieldTag & | panzer::getFieldTag () const |
Teuchos::RCP< Teuchos::ParameterList > | panzer::getValidParameters () const |
template<typename EvalT , typename Traits > | |
PANZER_EVALUATOR_CLASS_END Teuchos::RCP< PHX::Evaluator< Traits > > | panzer::cellAverageEvaluator (const std::string &averageName, const std::string &fieldName, const Teuchos::RCP< const panzer::IntegrationRule > &ir) |
Variables | |
PHX::MDField< ScalarT, Cell > | panzer::average |
PHX::MDField< const ScalarT, Cell, IP > | panzer::scalar |
std::vector< PHX::MDField< const ScalarT, Cell, IP > > | panzer::field_multipliers |
double | panzer::multiplier |
std::size_t | panzer::num_qp |
std::size_t | panzer::quad_index |
int | panzer::quad_order |