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