#include <Albany_EigendataInfoStruct.hpp>
Public Member Functions | |
EigendataStruct () | |
~EigendataStruct () | |
EigendataStruct (const EigendataStruct ©) | |
Public Attributes | |
Teuchos::RCP< std::vector < double > > | eigenvalueRe |
Teuchos::RCP< std::vector < double > > | eigenvalueIm |
Teuchos::RCP< Epetra_MultiVector > | eigenvectorRe |
Teuchos::RCP< Epetra_MultiVector > | eigenvectorIm |
Definition at line 17 of file Albany_EigendataInfoStruct.hpp.
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.
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.