43#ifndef __Panzer_ResponseBase_hpp__
44#define __Panzer_ResponseBase_hpp__
85 {
return "RESPONSE_"+responseName; }
static std::string buildLookupName(const std::string &responseName)
virtual void scatterResponse()=0
Prepare the response for access by the user (do global communication)
virtual void initializeData()
ResponseBase(const std::string &responseName)
std::string getLookupName() const
std::string getName() const
virtual void ghostToGlobal(int)
Inherited from GlobalEvaluationData,.
ResponseBase(const ResponseBase &)
virtual void initializeResponse()=0
std::string responseName_