Panzer Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Panzer_DotProduct_impl.hpp File Reference
#include <string>
#include "Panzer_PointRule.hpp"
#include "Panzer_Workset_Utilities.hpp"
#include "Teuchos_RCP.hpp"
Include dependency graph for Panzer_DotProduct_impl.hpp:

Go to the source code of this file.

Namespaces

namespace  panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

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.