|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
#include "F5B.h"#include "F5X.h"#include "F5F.h"#include "F5defs.h"#include "F5coordinates.h"#include "F5private.h"#include <stdlib.h>#include <string.h>#include <assert.h>Go to the source code of this file.
Data Structures | |
| struct | mkDomain |
Functions | |
| ChartDomain_IDs * | F5FB_read_global_chart (F5Path *f) |
| void | F5Bincrement_domain_refs (ChartDomain_IDs *ChartDomain) |
| F5Path * | F5Bopen_coordinate_domain (hid_t File_id, ChartDomain_IDs *ChartDomain) |
| F5Path * | F5Binitialize_path (hid_t File_id) |
| void | F5close (F5Path *f) |
| void | F5closep (F5Path **f) |
| void | F5Bswap_dims (int dimensions, const hsize_t *in, hsize_t *out) |
| Swap from C array order to Fortran array order and back. | |
| void F5Bincrement_domain_refs | ( | ChartDomain_IDs * | ChartDomain | ) |
Definition at line 68 of file F5B.c.
References ChartDomain_IDs::refs.
| F5Path * F5Bopen_coordinate_domain | ( | hid_t | File_id, |
| ChartDomain_IDs * | ChartDomain ) |
Definition at line 74 of file F5B.c.
References F5Path::Chart_hid, F5Path::Charts_hid, F5Path::ContentsGroup_hid, deleteF5Path(), ChartDomain_IDs::domain_name, F5FB_read_global_chart(), F5Gexist(), F5Gtry_to_open(), F5printf, FIBER_ARRAY_TYPE_ENUM, FIBER_CONTENTS, FIBER_HDF5_GLOBAL_CHARTS, F5Path::field_enum_type_hid, F5Path::FileIDs, F5Path::GlobalChart_hid, F5Path::Grid_hid, H5Gclose, F5Path::myChart, newF5Path(), ChartDomain_IDs::refs, F5Path::Representation_hid, F5Path::Slice_hid, and F5Path::Topology_hid.
Referenced by F5Binitialize_path().
| void F5Bswap_dims | ( | int | dimensions, |
| const hsize_t * | in, | ||
| hsize_t * | out ) |
Swap from C array order to Fortran array order and back.
| dimensions | Number of dimensions. |
| in | Input vector. |
| out | Output vector. |
Use it like
Definition at line 230 of file F5B.c.
| void F5closep | ( | F5Path ** | f | ) |
| ChartDomain_IDs * F5FB_read_global_chart | ( | F5Path * | f | ) |
Definition at line 14 of file F5B.c.
References ChartDomain_IDs::domain_name, F5B_read_global_chart(), F5Path::GlobalChart_hid, and F5Path::myChart.
Referenced by F5Bopen_coordinate_domain(), and F5LTcreateV().