#include <MOR_ReducedSpaceFactory.hpp>
Public Member Functions | |
ReducedSpaceFactory (const Teuchos::RCP< ReducedBasisFactory > &basisFactory, const Teuchos::RCP< SampleDofListFactory > &samplingFactory) | |
Teuchos::RCP< ReducedSpace > | create (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Teuchos::RCP< const Epetra_MultiVector > | getBasis (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Teuchos::RCP< const Epetra_MultiVector > | getProjector (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Teuchos::RCP< const Epetra_Operator > | getSamplingOperator (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Epetra_Map &stateMap) |
Private Member Functions | |
Teuchos::RCP< const Epetra_Vector > | getOrigin (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Private Attributes | |
ReducedBasisRepository | basisRepository_ |
Teuchos::RCP < SampleDofListFactory > | samplingFactory_ |
Definition at line 26 of file MOR_ReducedSpaceFactory.hpp.
MOR::ReducedSpaceFactory::ReducedSpaceFactory | ( | const Teuchos::RCP< ReducedBasisFactory > & | basisFactory, | |
const Teuchos::RCP< SampleDofListFactory > & | samplingFactory | |||
) |
Definition at line 29 of file MOR_ReducedSpaceFactory.cpp.
Teuchos::RCP< ReducedSpace > MOR::ReducedSpaceFactory::create | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params | ) |
Definition at line 39 of file MOR_ReducedSpaceFactory.cpp.
Teuchos::RCP< const Epetra_MultiVector > MOR::ReducedSpaceFactory::getBasis | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params | ) |
Definition at line 53 of file MOR_ReducedSpaceFactory.cpp.
Teuchos::RCP< const Epetra_MultiVector > MOR::ReducedSpaceFactory::getProjector | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params | ) |
Definition at line 65 of file MOR_ReducedSpaceFactory.cpp.
Teuchos::RCP< const Epetra_Operator > MOR::ReducedSpaceFactory::getSamplingOperator | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params, | |
const Epetra_Map & | stateMap | |||
) |
Definition at line 86 of file MOR_ReducedSpaceFactory.cpp.
Teuchos::RCP< const Epetra_Vector > MOR::ReducedSpaceFactory::getOrigin | ( | const Teuchos::RCP< Teuchos::ParameterList > & | params | ) | [private] |
Definition at line 59 of file MOR_ReducedSpaceFactory.cpp.
Definition at line 43 of file MOR_ReducedSpaceFactory.hpp.
Teuchos::RCP<SampleDofListFactory> MOR::ReducedSpaceFactory::samplingFactory_ [private] |
Definition at line 44 of file MOR_ReducedSpaceFactory.hpp.