OpenCMISS-Iron Internal API Documentation
COORDINATE_ROUTINES::CoordinateSystemTypes

Variables

integer(intg), parameter, public coordinate_routines::coordinate_rectangular_cartesian_type =1
 Rectangular Cartesian coordinate system type. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_cylindrical_polar_type =2
 Cylindrical polar coordinate system type. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_spherical_polar_type =3
 Spherical polar coordinate system type. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_prolate_spheroidal_type =4
 Prolate spheroidal coordinate system type. More...
 
integer(intg), parameter, public coordinate_routines::coordinate_oblate_spheroidal_type =5
 Oblate spheroidal coordinate system type. More...
 

Detailed Description

See also
COORDINATE_ROUTINES Coordinate system type parameters

Variable Documentation

integer(intg), parameter, public coordinate_routines::coordinate_rectangular_cartesian_type =1