Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
panzer::ResponseMESupport_Default< panzer::Traits::Tangent > Class Template Referenceabstract

#include <Panzer_ResponseMESupport_Default.hpp>

Inheritance diagram for panzer::ResponseMESupport_Default< panzer::Traits::Tangent >:
Inheritance graph
[legend]

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
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...
 
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_
 
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)
 

Detailed Description

template<>
class panzer::ResponseMESupport_Default< panzer::Traits::Tangent >

Definition at line 266 of file Panzer_ResponseMESupport_Default.hpp.

Member Typedef Documentation

Definition at line 268 of file Panzer_ResponseMESupport_Default.hpp.

Constructor & Destructor Documentation

panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::ResponseMESupport_Default ( const std::string &  responseName,
MPI_Comm  comm 
)
inline

Definition at line 270 of file Panzer_ResponseMESupport_Default.hpp.

Definition at line 280 of file Panzer_ResponseMESupport_Default.hpp.

Member Function Documentation

virtual std::size_t panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::localSizeRequired ( ) const
pure virtual

What is the number of values you need locally.

virtual bool panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::vectorIsDistributed ( ) const
pure virtual

Is the vector distributed (or replicated)

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.

void panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::setVector ( const Teuchos::RCP< Thyra::MultiVectorBase< double > > &  destVec)
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.

Teuchos::RCP<const Teuchos::Comm<Thyra::Ordinal> > panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::getComm ( ) const
inlineprotected

Get the teuchos comm object.

Definition at line 350 of file Panzer_ResponseMESupport_Default.hpp.

bool panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::useEpetra ( ) const
inlineprotected

Is Epetra the right vector.

Definition at line 353 of file Panzer_ResponseMESupport_Default.hpp.

bool panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::useThyra ( ) const
inlineprotected

Is Thyra the right vector.

Definition at line 356 of file Panzer_ResponseMESupport_Default.hpp.

Thyra::ArrayRCP< Thyra::ArrayRCP<double> > panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::getThyraMultiVector ( ) const
inlineprotected

Access the thyra vector.

Definition at line 367 of file Panzer_ResponseMESupport_Default.hpp.

int panzer::ResponseMESupport_Default< panzer::Traits::Tangent >::numDeriv ( ) const
inlineprotected

Return the number of columns in the multivector.

Definition at line 377 of file Panzer_ResponseMESupport_Default.hpp.

Member Data Documentation

Definition at line 392 of file Panzer_ResponseMESupport_Default.hpp.

Definition at line 399 of file Panzer_ResponseMESupport_Default.hpp.

Definition at line 400 of file Panzer_ResponseMESupport_Default.hpp.

Definition at line 401 of file Panzer_ResponseMESupport_Default.hpp.

Definition at line 402 of file Panzer_ResponseMESupport_Default.hpp.


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