| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_Response_IPCoordinates.hpp>

Public Types | |
| typedef EvalT::ScalarT | ScalarT | 
Public Member Functions | |
| Response_IPCoordinates (const std::string &responseName) | |
| virtual void | scatterResponse () | 
| Prepare the response for access by the user (do global communication)  More... | |
| virtual void | initializeResponse () | 
| Teuchos::RCP< const  std::vector < panzer::Traits::Residual::ScalarT > >  | getCoords () const | 
| Teuchos::RCP< std::vector < panzer::Traits::Residual::ScalarT > >  | getNonconstCoords () | 
  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... | |
Private Member Functions | |
| Response_IPCoordinates () | |
| Response_IPCoordinates (const Response_IPCoordinates &) | |
Private Attributes | |
| Teuchos::RCP< std::vector < panzer::Traits::Residual::ScalarT > >  | coords | 
Additional Inherited Members | |
  Static Public Member Functions inherited from panzer::ResponseBase | |
| static std::string | buildLookupName (const std::string &responseName) | 
This class provides a response storage for simple functionals of the solution (i.e. scalar values).
Definition at line 71 of file Panzer_Response_IPCoordinates.hpp.
| typedef EvalT::ScalarT panzer::Response_IPCoordinates< EvalT >::ScalarT | 
Definition at line 73 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  inline | 
Definition at line 75 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  inlinevirtual | 
Prepare the response for access by the user (do global communication)
Implements panzer::ResponseBase.
Definition at line 78 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  inlinevirtual | 
Implements panzer::ResponseBase.
Definition at line 80 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  inline | 
Definition at line 88 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  inline | 
Definition at line 91 of file Panzer_Response_IPCoordinates.hpp.
      
  | 
  private | 
Definition at line 99 of file Panzer_Response_IPCoordinates.hpp.
 1.8.5