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_;
std::vector< VariableField * > stkFields_
stk::mesh::Field< double > SolutionFieldType
Teuchos::RCP< const STK_Interface > mesh_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
panzer_stk::STK_Interface::SolutionFieldType VariableField
void evaluateFields(typename Traits::EvalData d)
std::vector< PHX::MDField< ScalarT, panzer::Cell, panzer::NODE > > gatherFields_