RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::MSPreprocessor Class Reference

Specialization for Preprocessor using Epetra_MultiVector. More...

#include <RBGen_MSPreprocessor.h>

Inheritance diagram for RBGen::MSPreprocessor:
RBGen::Preprocessor< Epetra_MultiVector >

Public Member Functions

Constructor/Destructor.
 MSPreprocessor ()
 Default constructor. More...
 
virtual ~MSPreprocessor ()
 Destructor. More...
 
Initialization/Reset Methods
void Initialize (const Teuchos::RCP< Teuchos::ParameterList > &params, const Teuchos::RCP< FileIOHandler< Epetra_MultiVector > > &fileio=Teuchos::null)
 Initialize preprocessor. More...
 
void Reset ()
 Reset preprocessor. More...
 
Preprocess Methods
void Preprocess (Teuchos::RCP< Epetra_MultiVector > &ss)
 Preprocess the snapshot set passed in. More...
 
Return Methods
Teuchos::RCP< Epetra_MultiVectorgetMSVector () const
 Return the multivector used to modify the snapshot set. More...
 
Status Methods
bool isInitialized () const
 Return initialized status of the preprocessor. More...
 
- Public Member Functions inherited from RBGen::Preprocessor< Epetra_MultiVector >
 Preprocessor ()
 Default constructor. More...
 
virtual ~Preprocessor ()
 Destructor. More...
 

Detailed Description

Specialization for Preprocessor using Epetra_MultiVector.

Definition at line 14 of file RBGen_MSPreprocessor.h.

Constructor & Destructor Documentation

RBGen::MSPreprocessor::MSPreprocessor ( )

Default constructor.

Definition at line 8 of file RBGen_MSPreprocessor.cpp.

virtual RBGen::MSPreprocessor::~MSPreprocessor ( )
inlinevirtual

Destructor.

Definition at line 24 of file RBGen_MSPreprocessor.h.

Member Function Documentation

void RBGen::MSPreprocessor::Initialize ( const Teuchos::RCP< Teuchos::ParameterList > &  params,
const Teuchos::RCP< FileIOHandler< Epetra_MultiVector > > &  fileio = Teuchos::null 
)
virtual

Initialize preprocessor.

Implements RBGen::Preprocessor< Epetra_MultiVector >.

Definition at line 17 of file RBGen_MSPreprocessor.cpp.

void RBGen::MSPreprocessor::Reset ( )
inlinevirtual

Reset preprocessor.

Implements RBGen::Preprocessor< Epetra_MultiVector >.

Definition at line 34 of file RBGen_MSPreprocessor.h.

void RBGen::MSPreprocessor::Preprocess ( Teuchos::RCP< Epetra_MultiVector > &  ss)
virtual

Preprocess the snapshot set passed in.

Implements RBGen::Preprocessor< Epetra_MultiVector >.

Definition at line 87 of file RBGen_MSPreprocessor.cpp.

Teuchos::RCP< Epetra_MultiVector > RBGen::MSPreprocessor::getMSVector ( ) const
inline

Return the multivector used to modify the snapshot set.

Definition at line 48 of file RBGen_MSPreprocessor.h.

bool RBGen::MSPreprocessor::isInitialized ( ) const
inlinevirtual

Return initialized status of the preprocessor.

Implements RBGen::Preprocessor< Epetra_MultiVector >.

Definition at line 54 of file RBGen_MSPreprocessor.h.


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