|
FiberBundleHDF5
FiberHDF5 Documentation, Revision 2026
High-Performance Fiber Bundle Data Model for Scientific Visualization
|
| F5_API ChartDomain_IDs * F5B_new_global_cartesian_chart3D | ( | ) |
Create a new three-dimensional cartesian coordinate system.
Definition at line 84 of file F5coordinates.c.
Referenced by F5B_standard_cartesian_chart3D().
| F5_API ChartDomain_IDs * F5B_new_integer_regular_domain3D | ( | ) |
Create a new domain mapping type where each point is mapped to another point, both given by a three-dimensional coordinate that is represented by an integer number. In this case, each source point maps to exactly one target point.
Definition at line 72 of file F5coordinates.c.
References F5_FORTRAN_ORDER, and F5B_new_global_int_domain().
Referenced by F5Rcreate_relative_vertex_Irefinement3D().
| F5_API ChartDomain_IDs * F5B_new_rational_regular_domain3D | ( | ) |
Create a new domain mapping type where each point is mapped to another point, both given by a three-dimensional coordinate that is represented by a rational number.
Definition at line 78 of file F5coordinates.c.
References F5_FORTRAN_ORDER, and F5B_new_global_fractional_domain().
Referenced by F5Rcreate_relative_vertex_Qrefinement3D().
| F5_API ChartDomain_IDs * F5B_standard_cartesian_chart3D | ( | ) |
Use the predefined three dimensional cartesian standard chart.
Definition at line 162 of file F5coordinates.c.
References F5B_new_global_cartesian_chart3D().
Referenced by F5Binitialize_path(), and F5Rcreate_coordinate_topology().