Public Member Functions | Private Member Functions | Private Attributes

MOR::FullStateReconstructor Class Reference

#include <MOR_FullStateReconstructor.hpp>

List of all members.

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 ReducedSpacereducedSpace_
Teuchos::RCP
< NOX::Epetra::Observer > 
decoratedObserver_
Epetra_Vector lastFullSolution_

Detailed Description

Definition at line 19 of file MOR_FullStateReconstructor.hpp.


Constructor & Destructor Documentation

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]

Member Function Documentation

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]

Member Data Documentation

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.

Definition at line 35 of file MOR_FullStateReconstructor.hpp.


The documentation for this class was generated from the following files: