Public Member Functions | Private Member Functions | Private Attributes

MOR::ProjectionError Class Reference

#include <MOR_ProjectionError.hpp>

List of all members.

Public Member Functions

 ProjectionError (const Teuchos::RCP< ReducedSpace > &projectionSpace, const Teuchos::RCP< MultiVectorOutputFile > &errorFile)
const Epetra_Comm & projectionBasisComm () const
 ~ProjectionError ()
void process (const Epetra_MultiVector &v)

Private Member Functions

 ProjectionError (const ProjectionError &)
ProjectionErroroperator= (const ProjectionError &)

Private Attributes

Teuchos::RCP< ReducedSpaceprojectionSpace_
Teuchos::RCP
< MultiVectorOutputFile
errorFile_
std::deque< double > relativeErrorNorms_

Detailed Description

Definition at line 20 of file MOR_ProjectionError.hpp.


Constructor & Destructor Documentation

MOR::ProjectionError::ProjectionError ( const Teuchos::RCP< ReducedSpace > &  projectionSpace,
const Teuchos::RCP< MultiVectorOutputFile > &  errorFile 
)

Definition at line 27 of file MOR_ProjectionError.cpp.

MOR::ProjectionError::~ProjectionError (  ) 

Definition at line 37 of file MOR_ProjectionError.cpp.

MOR::ProjectionError::ProjectionError ( const ProjectionError  )  [private]

Member Function Documentation

const Epetra_Comm & MOR::ProjectionError::projectionBasisComm (  )  const

Definition at line 57 of file MOR_ProjectionError.cpp.

void MOR::ProjectionError::process ( const Epetra_MultiVector &  v  ) 

Definition at line 61 of file MOR_ProjectionError.cpp.

ProjectionError& MOR::ProjectionError::operator= ( const ProjectionError  )  [private]

Member Data Documentation

Definition at line 33 of file MOR_ProjectionError.hpp.

Definition at line 34 of file MOR_ProjectionError.hpp.

std::deque<double> MOR::ProjectionError::relativeErrorNorms_ [private]

Definition at line 36 of file MOR_ProjectionError.hpp.


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