|
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. More... | |
| virtual bool | vectorIsDistributed () const =0 |
| Is the vector distributed (or replicated) More... | |
| Teuchos::RCP< const Epetra_Map > | getMap () const |
Get the Epetra_Map for this response, map is constructed lazily. More... | |
| void | setVector (const Teuchos::RCP< Epetra_MultiVector > &destVec) |
| Teuchos::RCP< const Thyra::VectorSpaceBase< double > > | getVectorSpace () const |
| Get the vector space for this response, vector space is constructed lazily. More... | |
| 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 () |
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 () |
| virtual void | scatterResponse ()=0 |
| Prepare the response for access by the user (do global communication) More... | |
| virtual void | initializeResponse ()=0 |
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... | |
Protected Member Functions | |
| Teuchos::RCP< const Teuchos::Comm< Thyra::Ordinal > > | getComm () const |
| Get the teuchos comm object. More... | |
| bool | useEpetra () const |
| Is Epetra the right vector. More... | |
| bool | useThyra () const |
| Is Thyra the right vector. More... | |
| Epetra_MultiVector & | getEpetraMultiVector () const |
| Access the epetra vector. More... | |
| Thyra::ArrayRCP< Thyra::ArrayRCP< double > > | getThyraMultiVector () const |
| Access the thyra vector. More... | |
| int | numDeriv () const |
| Return the number of columns in the multivector. More... | |
Private Member Functions | |
| ResponseMESupport_Default () | |
| ResponseMESupport_Default (const ResponseMESupport_Default< EvalT > &) | |
Private Attributes | |
| bool | useEpetra_ |
| Epetra_MpiComm | eComm_ |
| Teuchos::RCP< const Epetra_Map > | map_ |
| Teuchos::RCP< Epetra_MultiVector > | eVector_ |
| 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 250 of file Panzer_ResponseMESupport_Default.hpp.
Definition at line 252 of file Panzer_ResponseMESupport_Default.hpp.
|
inline |
Definition at line 254 of file Panzer_ResponseMESupport_Default.hpp.
|
inlinevirtual |
Definition at line 260 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
|
pure virtual |
What is the number of values you need locally.
|
pure virtual |
Is the vector distributed (or replicated)
|
inlinevirtual |
Get the Epetra_Map for this response, map is constructed lazily.
Implements panzer::ResponseMESupportBase< panzer::Traits::Tangent >.
Definition at line 272 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 getMap.
Implements panzer::ResponseMESupportBase< panzer::Traits::Tangent >.
Definition at line 289 of file Panzer_ResponseMESupport_Default.hpp.
|
inlinevirtual |
Get the vector space for this response, vector space is constructed lazily.
Implements panzer::ResponseMESupportBase< panzer::Traits::Tangent >.
Definition at line 301 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 318 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Get the teuchos comm object.
Definition at line 328 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Is Epetra the right vector.
Definition at line 331 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Is Thyra the right vector.
Definition at line 334 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Access the epetra vector.
Definition at line 337 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Access the thyra vector.
Definition at line 343 of file Panzer_ResponseMESupport_Default.hpp.
|
inlineprotected |
Return the number of columns in the multivector.
Definition at line 353 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 366 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 367 of file Panzer_ResponseMESupport_Default.hpp.
|
mutableprivate |
Definition at line 368 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 369 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 371 of file Panzer_ResponseMESupport_Default.hpp.
|
mutableprivate |
Definition at line 372 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 373 of file Panzer_ResponseMESupport_Default.hpp.
|
private |
Definition at line 374 of file Panzer_ResponseMESupport_Default.hpp.
1.8.14