11 #ifndef PANZER_EVALUATOR_PROJECT_TO_EDGES_DECL_HPP
12 #define PANZER_EVALUATOR_PROJECT_TO_EDGES_DECL_HPP
14 #include "Phalanx_Evaluator_Macros.hpp"
15 #include "Phalanx_MDField.hpp"
27 template<
typename EvalT,
typename Traits>
ProjectToEdges(const Teuchos::ParameterList &p)
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
Teuchos::RCP< const PureBasis > basis_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
void evaluateFields(typename Traits::EvalData d)
PHX::MDField< const ScalarT, Cell, BASIS, Dim > vector_values_
PHX::MDField< ScalarT, Cell, BASIS > result_
Given a function stored as a vector and the tangents at each edge, project the vector onto the edge b...
PHX::MDField< const ScalarT, Cell, BASIS, Dim > tangents_
Non-templated empty base class for template managers.