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"
49#include "Teuchos_ParameterList.hpp"
59template<
typename EvalT,
typename Traits>
61 :
public PHX::EvaluatorWithBaseImpl<Traits>,
62 public PHX::EvaluatorDerived<EvalT, Traits>,
74 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
82 Teuchos::RCP<const PureBasis>
basis_;
86 PHX::MDField<const ScalarT,Cell,BASIS,Dim>
tangents_;
Non-templated empty base class for template managers.
Given a function stored as a vector and the tangents at each edge, project the vector onto the edge b...
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
ProjectToEdges(const Teuchos::ParameterList &p)
PHX::MDField< ScalarT, Cell, BASIS > result_
Teuchos::RCP< const PureBasis > basis_
PHX::MDField< const ScalarT, Cell, BASIS, Dim > vector_values_
PHX::MDField< const ScalarT, Cell, BASIS, Dim > tangents_
void evaluateFields(typename Traits::EvalData d)
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)