Panzer
Version of the Day
|
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_MDField.hpp"
#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Functions | |
template<typename EvalT , typename TraitsT > | |
PANZER_EVALUATOR_CLASS_END Teuchos::RCP< DotProduct< EvalT, TraitsT > > | panzer::buildEvaluator_DotProduct (const std::string &resultName, const panzer::PointRule &pr, const std::string &vecA, const std::string &vecB, double multiplier=1, const std::string &fieldMultiplier="") |
Build a dot product evaluator. Evaluates dot product at a set of points. More... | |
Variables | |
PHX::MDField< ScalarT > | panzer::vec_a_dot_vec_b |
Evaluates dot product at a set of points. More... | |
PHX::MDField< const ScalarT > | panzer::multiplier_field |
bool | panzer::multiplier_field_on |
double | panzer::multiplier_value |