Public Member Functions | Public Attributes

Albany::EigendataStruct Struct Reference

#include <Albany_EigendataInfoStruct.hpp>

List of all members.

Public Member Functions

 EigendataStruct ()
 ~EigendataStruct ()
 EigendataStruct (const EigendataStruct &copy)

Public Attributes

Teuchos::RCP< std::vector
< double > > 
eigenvalueRe
Teuchos::RCP< std::vector
< double > > 
eigenvalueIm
Teuchos::RCP< Epetra_MultiVector > eigenvectorRe
Teuchos::RCP< Epetra_MultiVector > eigenvectorIm

Detailed Description

Definition at line 17 of file Albany_EigendataInfoStruct.hpp.


Constructor & Destructor Documentation

Albany::EigendataStruct::EigendataStruct (  )  [inline]

Definition at line 19 of file Albany_EigendataInfoStruct.hpp.

Albany::EigendataStruct::~EigendataStruct (  )  [inline]

Definition at line 20 of file Albany_EigendataInfoStruct.hpp.

Albany::EigendataStruct::EigendataStruct ( const EigendataStruct copy  )  [inline]

Definition at line 21 of file Albany_EigendataInfoStruct.hpp.


Member Data Documentation

Teuchos::RCP<std::vector<double> > Albany::EigendataStruct::eigenvalueRe

Definition at line 26 of file Albany_EigendataInfoStruct.hpp.

Teuchos::RCP<std::vector<double> > Albany::EigendataStruct::eigenvalueIm

Definition at line 29 of file Albany_EigendataInfoStruct.hpp.

Teuchos::RCP<Epetra_MultiVector> Albany::EigendataStruct::eigenvectorRe

Definition at line 30 of file Albany_EigendataInfoStruct.hpp.

Teuchos::RCP<Epetra_MultiVector> Albany::EigendataStruct::eigenvectorIm

Definition at line 31 of file Albany_EigendataInfoStruct.hpp.


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