11 #ifndef __PANZER_STK_GatherExodusCellDataToIP_decl_HPP__
12 #define __PANZER_STK_GatherExodusCellDataToIP_decl_HPP__
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
26 namespace panzer_stk {
30 template<
typename EvalT,
typename Traits>
48 const std::vector<std::string>& fieldNames,
49 const std::vector<std::string>& exodusNames,
63 std::vector<PHX::MDField<ScalarT,panzer::Cell,panzer::IP>>
gatherFields_;
std::vector< PHX::MDField< ScalarT, panzer::Cell, panzer::IP > > gatherFields_
stk::mesh::Field< double > SolutionFieldType
panzer_stk::STK_Interface::SolutionFieldType VariableField
void evaluateFields(typename Traits::EvalData d)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
GatherExodusCellDataToIP(const Teuchos::RCP< const panzer_stk::STK_Interface > &mesh, const std::vector< std::string > &fieldNames, const std::vector< std::string > &exodusNames, const Teuchos::RCP< panzer::IntegrationRule > &integrationRule)
std::vector< VariableField * > stkFields_
const Teuchos::RCP< const STK_Interface > mesh_
const std::vector< std::string > exodusNames_