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