Panzer
Version of the Day
|
#include <Panzer_Response_Residual.hpp>
Public Member Functions | |
Response_Residual (const std::string &responseName, const Teuchos::RCP< const panzer::LinearObjFactory< panzer::Traits > > &) | |
virtual | ~Response_Residual () |
virtual void | scatterResponse () |
Prepare the response for access by the user (do global communication) More... | |
virtual void | initializeResponse () |
Public Member Functions inherited from panzer::ResponseBase | |
ResponseBase (const std::string &responseName) | |
virtual | ~ResponseBase () |
std::string | getName () const |
std::string | getLookupName () const |
virtual void | ghostToGlobal (int) |
Inherited from GlobalEvaluationData,. More... | |
virtual void | initializeData () |
Public Member Functions inherited from panzer::GlobalEvaluationData_Default | |
GlobalEvaluationData_Default () | |
GlobalEvaluationData_Default (const GlobalEvaluationData_Default &s) | |
virtual void | globalToGhost (int) |
void | setRequiresDirichletAdjustment (bool b) |
bool | requiresDirichletAdjustment () const |
Public Member Functions inherited from panzer::GlobalEvaluationData | |
virtual | ~GlobalEvaluationData ()=0 |
virtual void | print (std::ostream &os) const |
Diagnostic function for determinning what's in this object. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from panzer::ResponseBase | |
static std::string | buildLookupName (const std::string &responseName) |
This class contains the data for construction of a residual response. Note that the default version is essentially empty.
Definition at line 32 of file Panzer_Response_Residual.hpp.
|
inline |
Definition at line 34 of file Panzer_Response_Residual.hpp.
|
inlinevirtual |
Definition at line 37 of file Panzer_Response_Residual.hpp.
|
inlinevirtual |
Prepare the response for access by the user (do global communication)
Implements panzer::ResponseBase.
Definition at line 38 of file Panzer_Response_Residual.hpp.
|
inlinevirtual |
Implements panzer::ResponseBase.
Definition at line 39 of file Panzer_Response_Residual.hpp.