Panzer
Version of the Day
|
#include <string>
#include "Panzer_PointRule.hpp"
#include "Panzer_Workset_Utilities.hpp"
#include "Teuchos_RCP.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
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=1, const std::string &fieldMultiplier="") |
Build a dot product evaluator. Evaluates dot product at a set of points. More... | |