FiberBundleHDF5  FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
Loading...
Searching...
No Matches
F5AMR.h File Reference
#include "F5types.h"
#include "F5WinDLLApi.h"

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 AMRInfoF5AMRopen (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)

Enumeration Type Documentation

◆ anonymous enum

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.

61{
63 F5AMR_CELL_CENTERED = 0xFFFFFFFFU,
64 F5AMR_X_CENTERED = 0x00000001,
65 F5AMR_Y_CENTERED = 0x00000002,
66 F5AMR_Z_CENTERED = 0x00000004,
68};
@ F5AMR_Z_CENTERED
Definition F5AMR.h:66
@ F5AMR_X_CENTERED
Definition F5AMR.h:64
@ F5AMR_Y_CENTERED
Definition F5AMR.h:65
@ F5AMR_CELL_CENTERED
Definition F5AMR.h:63
@ F5AMR_XY_CENTERED
Definition F5AMR.h:67
@ F5AMR_VERTEX_CENTERED
Definition F5AMR.h:62