RBGen
Version of the Day
|
FileIOHandler for reading an Epetra_MultiVector from a NetCDF file. More...
#include <RBGen_NetCDFFileIOHandler.h>
Public Member Functions | |
Constructor/Destructor. | |
NetCDFFileIOHandler () | |
Default constructor. More... | |
virtual | ~NetCDFFileIOHandler () |
Destructor. More... | |
Initialization/Reset Methods | |
void | Initialize (const Teuchos::RCP< Teuchos::ParameterList > ¶ms) |
Initialize file reader using. More... | |
void | Reset () |
File Reading Methods | |
Teuchos::RCP< Epetra_MultiVector > | Read (const std::vector< std::string > &filenames) |
Method for reading multiple files and putting them into an Epetra_MultiVector. More... | |
Writing Methods | |
void | Write (const Teuchos::RCP< const Epetra_MultiVector > &MV, const std::string &filename) |
Method for writing one Epetra_MultiVector into a file. More... | |
Handler Status Methods | |
bool | isInitialized () const |
Return initialized status of the handler. More... | |
Public Member Functions inherited from RBGen::FileIOHandler< Epetra_MultiVector > | |
FileIOHandler () | |
Default constructor. More... | |
virtual | ~FileIOHandler () |
Destructor. More... | |
void | Reset () |
FileIOHandler for reading an Epetra_MultiVector from a NetCDF file.
Definition at line 18 of file RBGen_NetCDFFileIOHandler.h.
RBGen::NetCDFFileIOHandler::NetCDFFileIOHandler | ( | ) |
Default constructor.
Definition at line 24 of file RBGen_NetCDFFileIOHandler.cpp.
|
virtual |
Destructor.
Definition at line 29 of file RBGen_NetCDFFileIOHandler.cpp.
|
virtual |
Initialize file reader using.
Implements RBGen::FileIOHandler< Epetra_MultiVector >.
Definition at line 36 of file RBGen_NetCDFFileIOHandler.cpp.
|
virtual |
Method for reading multiple files and putting them into an Epetra_MultiVector.
Implements RBGen::FileIOHandler< Epetra_MultiVector >.
Definition at line 61 of file RBGen_NetCDFFileIOHandler.cpp.
|
virtual |
Method for writing one Epetra_MultiVector into a file.
Implements RBGen::FileIOHandler< Epetra_MultiVector >.
Definition at line 361 of file RBGen_NetCDFFileIOHandler.cpp.
|
inlinevirtual |
Return initialized status of the handler.
Implements RBGen::FileIOHandler< Epetra_MultiVector >.
Definition at line 61 of file RBGen_NetCDFFileIOHandler.h.