#include <MOR_SnapshotPreprocessorFactory.hpp>
Public Member Functions | |
Teuchos::RCP < SnapshotPreprocessor > | instanceNew (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Teuchos::RCP< const Epetra_Vector > | userProvidedOrigin () const |
void | userProvidedOriginIs (const Teuchos::RCP< const Epetra_Vector > &origin) |
Private Attributes | |
Teuchos::RCP< const Epetra_Vector > | userProvidedOrigin_ |
Definition at line 18 of file MOR_SnapshotPreprocessorFactory.hpp.
Teuchos::RCP< SnapshotPreprocessor > MOR::SnapshotPreprocessorFactory::instanceNew | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params | ) |
Definition at line 16 of file MOR_SnapshotPreprocessorFactory.cpp.
Teuchos::RCP< const Epetra_Vector > MOR::SnapshotPreprocessorFactory::userProvidedOrigin | ( | ) | const |
Definition at line 38 of file MOR_SnapshotPreprocessorFactory.cpp.
void MOR::SnapshotPreprocessorFactory::userProvidedOriginIs | ( | const Teuchos::RCP< const Epetra_Vector > & | origin | ) |
Definition at line 44 of file MOR_SnapshotPreprocessorFactory.cpp.
Teuchos::RCP<const Epetra_Vector> MOR::SnapshotPreprocessorFactory::userProvidedOrigin_ [private] |
Definition at line 26 of file MOR_SnapshotPreprocessorFactory.hpp.