#include <EpetraExt_HDF5_Handle.h>
Inheritance diagram for EpetraExt::Epetra_Vector_Handle:
Public Member Functions | |
| Epetra_Vector_Handle (Epetra_Vector &obj) | |
| int | NumMyElements () const |
| Returns the local number of elements. | |
| int | NumGlobalElements () const |
| Returns the global number of elements. | |
| string | Type () const |
| Returns the identifier of the distributed object. | |
| bool | HasInt () const |
| bool | HasDouble () const |
| int | IntSize (const int EID) const |
Returns the size of integer data for local element EID. | |
| int | DoubleSize (const int EID) const |
Returns the size of double data for local element EID. | |
| int | GetLabels (vector< string > &IntLabels, vector< string > &DoubleLabels) const |
| Packs all global information. | |
| int | GetLabels (vector< string > &IntLabels, vector< int > &IntLabelsData, vector< string > &DoubleLabels, vector< double > &DoubleLabelsData) const |
| Packs all global information. | |
| int | SetLabels (const vector< int > &IntLabelsData, const vector< double > &DoubleLabelsData) |
| Sets global information. | |
| int | Pack (const int EID, int *IntData, double *DoubleData) const |
Packs all data for local element EID in the specified arrays. | |
| int | UnPack (const int EID, int IntSize, int *IntData, int DoubleSize, double *DoubleData) |
Unpacks all data for local element EID in the specified arrays. | |
| int | Initialize () |
| Performs any initialization procedure before unpacking. | |
| int | Finalize () |
| Performs any finalization procedure after unpacking. | |
Private Attributes | |
| Epetra_Vector * | obj_ |
|
|
Definition at line 93 of file EpetraExt_HDF5_Handle.h. |
|
|
Returns the local number of elements.
Implements EpetraExt::Handle. Definition at line 98 of file EpetraExt_HDF5_Handle.h. |
|
|
Returns the global number of elements.
Implements EpetraExt::Handle. Definition at line 104 of file EpetraExt_HDF5_Handle.h. |
|
|
Returns the identifier of the distributed object.
Implements EpetraExt::Handle. Definition at line 110 of file EpetraExt_HDF5_Handle.h. |
|
|
Implements EpetraExt::Handle. Definition at line 115 of file EpetraExt_HDF5_Handle.h. |
|
|
Implements EpetraExt::Handle. Definition at line 120 of file EpetraExt_HDF5_Handle.h. |
|
|
Returns the size of integer data for local element
Implements EpetraExt::Handle. Definition at line 126 of file EpetraExt_HDF5_Handle.h. |
|
|
Returns the size of double data for local element
Implements EpetraExt::Handle. Definition at line 132 of file EpetraExt_HDF5_Handle.h. |
|
||||||||||||
|
Packs all global information.
Implements EpetraExt::Handle. Definition at line 138 of file EpetraExt_HDF5_Handle.h. |
|
||||||||||||||||||||
|
Packs all global information.
Implements EpetraExt::Handle. Definition at line 148 of file EpetraExt_HDF5_Handle.h. |
|
||||||||||||
|
Sets global information.
Implements EpetraExt::Handle. Definition at line 155 of file EpetraExt_HDF5_Handle.h. |
|
||||||||||||||||
|
Packs all data for local element
Implements EpetraExt::Handle. Definition at line 162 of file EpetraExt_HDF5_Handle.h. |
|
||||||||||||||||||||||||
|
Unpacks all data for local element
Implements EpetraExt::Handle. Definition at line 170 of file EpetraExt_HDF5_Handle.h. |
|
|
Performs any initialization procedure before unpacking.
Implements EpetraExt::Handle. Definition at line 179 of file EpetraExt_HDF5_Handle.h. |
|
|
Performs any finalization procedure after unpacking.
Implements EpetraExt::Handle. Definition at line 186 of file EpetraExt_HDF5_Handle.h. |
|
|
Definition at line 193 of file EpetraExt_HDF5_Handle.h. |
1.3.9.1