|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
Go to the source code of this file.
Data Structures | |
| struct | LevelInfo |
| struct | AMRInfo |
Enumerations | |
| enum | { F5AMR_VERTEX_CENTERED = 0 , F5AMR_CELL_CENTERED = 0xFFFFFFFFU , F5AMR_X_CENTERED = 0x00000001 , F5AMR_Y_CENTERED = 0x00000002 , F5AMR_Z_CENTERED = 0x00000004 , F5AMR_XY_CENTERED = F5AMR_X_CENTERED | F5AMR_Y_CENTERED } |
Functions | |
| F5_API AMRInfo * | F5AMRopen (hid_t fileID, const int rank, double rootOrigin[3], double rootDelta[3], const char *description) |
| F5_API void | F5AMRclose (AMRInfo *) |
| F5_API herr_t | F5AMRwrite_block (AMRInfo *AI, const int timestep, const double physTime, const char *fieldname, const int level, int dimension, const int *location, const int *size, hid_t fieldtype, const void *dataPtr, int Centering, const char *blockname, const char *coordinate_system, hid_t property_id) |
| F5_API herr_t | F5AMRwrite_block_v (AMRInfo *AI, const int timestep, const double physTime, const char *fieldname, const int level, int dimension, const int *location, const int *size, hid_t fieldtype, const void **dataPtr, int Centering, const char *blockname, const char *coordinate_system, hid_t property_id) |
| anonymous enum |
| Enumerator | |
|---|---|
| F5AMR_VERTEX_CENTERED | |
| F5AMR_CELL_CENTERED | |
| F5AMR_X_CENTERED | |
| F5AMR_Y_CENTERED | |
| F5AMR_Z_CENTERED | |
| F5AMR_XY_CENTERED | |
Definition at line 60 of file F5AMR.h.