#include "EpetraExt_ConfigDefs.h"#include "Epetra_SerialComm.h"#include "Teuchos_ParameterList.hpp"#include "Epetra_BlockMap.h"#include "Epetra_DistObject.h"#include "EpetraExt_Exception.h"#include "EpetraExt_Utils.h"#include "EpetraExt_HDF5.h"#include "EpetraExt_HDF5_Handle.h"Include dependency graph for EpetraExt_HDF5_DistObject.cpp:
Go to the source code of this file.
Defines | |
| #define | CHECK_HID(hid_t) |
| #define | CHECK_STATUS(status) |
|
|
Value: { if (hid_t < 0) \
throw(EpetraExt::Exception(__FILE__, __LINE__, \
"hid_t is negative")); }
Definition at line 17 of file EpetraExt_HDF5_DistObject.cpp. |
|
|
Value: { if (status < 0) \
throw(EpetraExt::Exception(__FILE__, __LINE__, \
"function H5Giterater returned a negative value")); }
Definition at line 22 of file EpetraExt_HDF5_DistObject.cpp. |
1.3.9.1