Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
panzer::Response_Residual< EvalT > Class Template Reference

#include <Panzer_Response_Residual.hpp>

Inheritance diagram for panzer::Response_Residual< EvalT >:
Inheritance graph
[legend]

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)
 

Detailed Description

template<typename EvalT>
class panzer::Response_Residual< EvalT >

This class contains the data for construction of a residual response. Note that the default version is essentially empty.

Definition at line 64 of file Panzer_Response_Residual.hpp.

Constructor & Destructor Documentation

template<typename EvalT >
panzer::Response_Residual< EvalT >::Response_Residual ( const std::string &  responseName,
const Teuchos::RCP< const panzer::LinearObjFactory< panzer::Traits > > &   
)
inline

Definition at line 66 of file Panzer_Response_Residual.hpp.

template<typename EvalT >
virtual panzer::Response_Residual< EvalT >::~Response_Residual ( )
inlinevirtual

Definition at line 69 of file Panzer_Response_Residual.hpp.

Member Function Documentation

template<typename EvalT >
virtual void panzer::Response_Residual< EvalT >::scatterResponse ( )
inlinevirtual

Prepare the response for access by the user (do global communication)

Implements panzer::ResponseBase.

Definition at line 70 of file Panzer_Response_Residual.hpp.

template<typename EvalT >
virtual void panzer::Response_Residual< EvalT >::initializeResponse ( )
inlinevirtual

Implements panzer::ResponseBase.

Definition at line 71 of file Panzer_Response_Residual.hpp.


The documentation for this class was generated from the following file: