43 #ifndef __PANZER_STK_GatherFields_decl_HPP__
44 #define __PANZER_STK_GatherFields_decl_HPP__
46 #include "Phalanx_config.hpp"
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
50 #include "Teuchos_ParameterList.hpp"
69 template<
typename EvalT,
typename Traits>
72 public PHX::EvaluatorDerived<EvalT, Traits> {
75 GatherFields(
const Teuchos::RCP<const panzer_stk::STK_Interface> & mesh,
const Teuchos::ParameterList & p);
86 std::vector< PHX::MDField<ScalarT,panzer::Cell,panzer::NODE> >
gatherFields_;
89 Teuchos::RCP<const STK_Interface>
mesh_;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< VariableField * > stkFields_
Teuchos::RCP< const STK_Interface > mesh_
GatherFields(const Teuchos::RCP< const panzer_stk::STK_Interface > &mesh, const Teuchos::ParameterList &p)
void evaluateFields(typename Traits::EvalData d)
panzer_stk::STK_Interface::SolutionFieldType VariableField
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
std::vector< PHX::MDField< ScalarT, panzer::Cell, panzer::NODE > > gatherFields_
stk::mesh::Field< double > SolutionFieldType