FiberBundleHDF5  $Id: FiberHDF5.dfg,v 1.8 2006/12/12 12:32:50 werner Exp $
Functions
Predefined Coordinate Systems and Standard Charts

Functions

F5_API ChartDomain_IDsF5B_new_global_cartesian_chart3D ()
 
F5_API ChartDomain_IDsF5B_standard_cartesian_chart3D ()
 
F5_API ChartDomain_IDsF5B_new_integer_regular_domain3D ()
 
F5_API ChartDomain_IDsF5B_new_rational_regular_domain3D ()
 

Detailed Description

Function Documentation

◆ F5B_new_global_cartesian_chart3D()

F5_API ChartDomain_IDs* F5B_new_global_cartesian_chart3D ( )

Create a new three-dimensional cartesian coordinate system.

Referenced by F5B_standard_cartesian_chart3D(), and F5Rcreate_coordinate_topology().

◆ F5B_new_integer_regular_domain3D()

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.

Referenced by F5Rcreate_relative_vertex_Irefinement3D().

◆ F5B_new_rational_regular_domain3D()

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.

Referenced by F5Rcreate_relative_vertex_Qrefinement3D().

◆ F5B_standard_cartesian_chart3D()

F5_API ChartDomain_IDs* F5B_standard_cartesian_chart3D ( )

Use the predefined three dimensional cartesian standard chart.

Note
This chart is the default chart for all operations which do not explicitly specify another chart.

References F5B_new_global_cartesian_chart3D().

Referenced by F5Binitialize_path(), and F5Rcreate_coordinate_topology().