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

Public Types | |
| typedef panzer::Traits::Tangent | EvalT |
Public Member Functions | |
| ResponseMESupport_Default (const std::string &responseName, MPI_Comm comm) | |
| virtual | ~ResponseMESupport_Default () |
| virtual std::size_t | localSizeRequired () const =0 |
| What is the number of values you need locally. | |
| virtual bool | vectorIsDistributed () const =0 |
| Is the vector distributed (or replicated) | |
| Teuchos::RCP< const Thyra::VectorSpaceBase< double > > | getVectorSpace () const |
| Get the vector space for this response, vector space is constructed lazily. | |
| void | setVector (const Teuchos::RCP< Thyra::MultiVectorBase< double > > &destVec) |
Public Member Functions inherited from panzer::ResponseMESupportBase< panzer::Traits::Tangent > | |
| ResponseMESupportBase (const std::string &responseName) | |
| virtual | ~ResponseMESupportBase () |
| virtual Teuchos::RCP< const Thyra::VectorSpaceBase< double > > | getVectorSpace () const =0 |
| Get the vector space for this response, vector space is constructed lazily. | |
| virtual void | setVector (const Teuchos::RCP< Thyra::MultiVectorBase< double > > &destVec)=0 |
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,. | |
| virtual void | initializeData () |
| virtual void | scatterResponse ()=0 |
| Prepare the response for access by the user (do global communication) | |
| virtual void | initializeResponse ()=0 |
Public Member Functions inherited from panzer::GlobalEvaluationData_Default | |
| GlobalEvaluationData_Default () | |
| GlobalEvaluationData_Default (const GlobalEvaluationData_Default &s) | |
| virtual void | ghostToGlobal (int) |
| virtual void | globalToGhost (int) |
| virtual void | initializeData () |
| void | setRequiresDirichletAdjustment (bool b) |
| bool | requiresDirichletAdjustment () const |
Public Member Functions inherited from panzer::GlobalEvaluationData | |
| virtual | ~GlobalEvaluationData ()=0 |
| virtual void | ghostToGlobal (int mem)=0 |
| virtual void | globalToGhost (int mem)=0 |
| virtual bool | requiresDirichletAdjustment () const =0 |
| virtual void | initializeData ()=0 |
| virtual void | print (std::ostream &os) const |
| Diagnostic function for determinning what's in this object. | |
Protected Member Functions | |
| Teuchos::RCP< const Teuchos::Comm< Thyra::Ordinal > > | getComm () const |
| Get the teuchos comm object. | |
| bool | useEpetra () const |
| Is Epetra the right vector. | |
| bool | useThyra () const |
| Is Thyra the right vector. | |
| Thyra::ArrayRCP< Thyra::ArrayRCP< double > > | getThyraMultiVector () const |
| Access the thyra vector. | |
| int | numDeriv () const |
| Return the number of columns in the multivector. | |
Private Member Functions | |
| ResponseMESupport_Default () | |
| ResponseMESupport_Default (const ResponseMESupport_Default< EvalT > &) | |
Private Attributes | |
| bool | useEpetra_ |
| bool | useThyra_ |
| Teuchos::RCP< const Thyra::VectorSpaceBase< double > > | vSpace_ |
| Teuchos::RCP< Thyra::MultiVectorBase< double > > | tVector_ |
| Teuchos::RCP< const Teuchos::Comm< Thyra::Ordinal > > | tComm_ |
Additional Inherited Members | |
Static Public Member Functions inherited from panzer::ResponseBase | |
| static std::string | buildLookupName (const std::string &responseName) |
Definition at line 266 of file Panzer_ResponseMESupport_Default.hpp.
| typedef panzer::Traits::Tangent panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::EvalT |
Definition at line 268 of file Panzer_ResponseMESupport_Default.hpp.
|
inline |
Definition at line 270 of file Panzer_ResponseMESupport_Default.hpp.
|
inlinevirtual |
Definition at line 280 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
|
private |
|
pure virtual |
What is the number of values you need locally.
|
pure virtual |
Is the vector distributed (or replicated)
|
inlinevirtual |
Get the vector space for this response, vector space is constructed lazily.
Implements panzer::ResponseMESupportBase< panzer::Traits::Tangent >.
Definition at line 323 of file Panzer_ResponseMESupport_Default.hpp.
|
inlinevirtual |
Set the vector (to be filled) for this response. This must be constructed from the vector space returned by getVectorSpace.
Implements panzer::ResponseMESupportBase< panzer::Traits::Tangent >.
Definition at line 340 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Get the teuchos comm object.
Definition at line 350 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Is Epetra the right vector.
Definition at line 353 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Is Thyra the right vector.
Definition at line 356 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Access the thyra vector.
Definition at line 367 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Return the number of columns in the multivector.
Definition at line 377 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 392 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 399 of file Panzer_ResponseMESupport_Default.hpp.
|
mutableprivate |
Definition at line 400 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 401 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 402 of file Panzer_ResponseMESupport_Default.hpp.