43#ifndef PANZER_EVALUATOR_DOF_POINTVALUES_HPP
44#define PANZER_EVALUATOR_DOF_POINTVALUES_HPP
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
49#include "PanzerDiscFE_config.hpp"
56template<
typename EvalT,
typename TRAITS>
58 public PHX::EvaluatorDerived<EvalT, TRAITS> {
78 Teuchos::RCP<const PureBasis>
basis;
85template<
typename TRAITS>
88 public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS> {
111 Teuchos::RCP<const PureBasis>
basis;
panzer::Traits::Jacobian::ScalarT ScalarT
PHX::MDField< const ScalarT, Cell, Point > dof_basis
Teuchos::RCP< BasisValues2< double > > basisValues
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
DOF_PointValues(const Teuchos::ParameterList &p)
void evaluateFields(typename TRAITS::EvalData d)
PHX::View< int * > offsets_array
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
Teuchos::RCP< const PureBasis > basis
Interpolates basis DOF values to IP DOF Curl values.
Teuchos::RCP< const PureBasis > basis
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
Teuchos::RCP< BasisValues2< double > > basisValues
void evaluateFields(typename TRAITS::EvalData d)
PHX::MDField< const ScalarT, Cell, Point > dof_basis
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.