#include <string>
#include "Panzer_PointRule.hpp"
#include "Panzer_Workset_Utilities.hpp"
#include "Teuchos_RCP.hpp"
Go to the source code of this file.
|
template<typename EvalT , typename TraitsT > |
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, const std::string &fieldMultiplier) |
| Build a dot product evaluator. Evaluates dot product at a set of points. More...
|
|
| panzer::PHX_EVALUATOR_CTOR (DotProduct, p) |
|
| panzer::PHX_POST_REGISTRATION_SETUP (DotProduct, sd, fm) |
|
| panzer::PHX_EVALUATE_FIELDS (DotProduct, workset) |
|