43 #ifndef PANZER_EVALUATOR_PROJECT_TO_EDGES_DECL_HPP 
   44 #define PANZER_EVALUATOR_PROJECT_TO_EDGES_DECL_HPP 
   46 #include "Phalanx_Evaluator_Macros.hpp" 
   47 #include "Phalanx_MDField.hpp" 
   59 template<
typename EvalT, 
typename Traits> 
 
   61   : 
public PHX::EvaluatorWithBaseImpl<Traits>,
 
   62     public PHX::EvaluatorDerived<EvalT, Traits>,
 
   87   PHX::MDField<const ScalarT,Cell,BASIS,Dim> 
tangents;
 
   89   PHX::MDField<ScalarT,Cell,BASIS> 
result;
 
PHX::MDField< const ScalarT, Cell, NODE > dof_orientation
 
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
 
PHX::MDField< ScalarT, Cell, BASIS > result
 
PHX::MDField< const ScalarT, Cell, BASIS, Dim > tangents
 
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)
 
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
 
std::vector< PHX::MDField< const ScalarT, Cell, BASIS, Dim > > vector_values
 
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. 
 
PHX::MDField< ScalarT, Cell, NODE, Dim > gatherFieldTangents