#include <MOR_FullStateReconstructor.hpp>
Public Member Functions | |
| FullStateReconstructor (const Teuchos::RCP< const ReducedSpace > &reducedSpace, const Teuchos::RCP< NOX::Epetra::Observer > &decoratedObserver) | |
| virtual void | observeSolution (const Epetra_Vector &solution) |
| Calls underlying observer then evaluates projection error. | |
| virtual void | observeSolution (const Epetra_Vector &solution, double time_or_param_val) |
| Calls underlying observer then evaluates projection error. | |
Private Member Functions | |
| void | computeLastFullSolution (const Epetra_Vector &reducedSolution) |
| FullStateReconstructor (const FullStateReconstructor &) | |
| FullStateReconstructor | operator= (const FullStateReconstructor &) |
Private Attributes | |
| Teuchos::RCP< const ReducedSpace > | reducedSpace_ |
| Teuchos::RCP < NOX::Epetra::Observer > | decoratedObserver_ |
| Epetra_Vector | lastFullSolution_ |
Definition at line 19 of file MOR_FullStateReconstructor.hpp.
| MOR::FullStateReconstructor::FullStateReconstructor | ( | const Teuchos::RCP< const ReducedSpace > & | reducedSpace, | |
| const Teuchos::RCP< NOX::Epetra::Observer > & | decoratedObserver | |||
| ) |
Definition at line 9 of file MOR_FullStateReconstructor.cpp.
| MOR::FullStateReconstructor::FullStateReconstructor | ( | const FullStateReconstructor & | ) | [private] |
| void MOR::FullStateReconstructor::observeSolution | ( | const Epetra_Vector & | solution | ) | [virtual] |
Calls underlying observer then evaluates projection error.
Definition at line 19 of file MOR_FullStateReconstructor.cpp.
| void MOR::FullStateReconstructor::observeSolution | ( | const Epetra_Vector & | solution, | |
| double | time_or_param_val | |||
| ) | [virtual] |
Calls underlying observer then evaluates projection error.
Definition at line 25 of file MOR_FullStateReconstructor.cpp.
| void MOR::FullStateReconstructor::computeLastFullSolution | ( | const Epetra_Vector & | reducedSolution | ) | [private] |
Definition at line 31 of file MOR_FullStateReconstructor.cpp.
| FullStateReconstructor MOR::FullStateReconstructor::operator= | ( | const FullStateReconstructor & | ) | [private] |
Teuchos::RCP<const ReducedSpace> MOR::FullStateReconstructor::reducedSpace_ [private] |
Definition at line 32 of file MOR_FullStateReconstructor.hpp.
Teuchos::RCP<NOX::Epetra::Observer> MOR::FullStateReconstructor::decoratedObserver_ [private] |
Definition at line 33 of file MOR_FullStateReconstructor.hpp.
Epetra_Vector MOR::FullStateReconstructor::lastFullSolution_ [private] |
Definition at line 35 of file MOR_FullStateReconstructor.hpp.
1.7.1