OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::Coordinate::SystemTypes

Coordinate system type parameters. More...

Collaboration diagram for OPENCMISS::Coordinate::SystemTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_rectangular_cartesian_type = COORDINATE_RECTANGULAR_CARTESIAN_TYPE
 Rectangular Cartesian coordinate system type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_cylindrical_polar_type = COORDINATE_CYLINDRICAL_POLAR_TYPE
 Cylindrical polar coordinate system type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_spherical_polar_type = COORDINATE_SPHERICAL_POLAR_TYPE
 Spherical polar coordinate system type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_prolate_spheroidal_type = COORDINATE_PROLATE_SPHEROIDAL_TYPE
 Prolate spheroidal coordinate system type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_oblate_spheroidal_type = COORDINATE_OBLATE_SPHEROIDAL_TYPE
 Oblate spheroidal coordinate system type. More...
 

Detailed Description

Coordinate system type parameters.

See also
OPENCMISS::Coordinate,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_cylindrical_polar_type = COORDINATE_CYLINDRICAL_POLAR_TYPE

Cylindrical polar coordinate system type.

See also
OPENCMISS::Coordinate::SystemTypes,OPENCMISS

Definition at line 1538 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_oblate_spheroidal_type = COORDINATE_OBLATE_SPHEROIDAL_TYPE

Oblate spheroidal coordinate system type.

See also
OPENCMISS::Coordinate::SystemTypes,OPENCMISS

Definition at line 1541 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_prolate_spheroidal_type = COORDINATE_PROLATE_SPHEROIDAL_TYPE

Prolate spheroidal coordinate system type.

See also
OPENCMISS::Coordinate::SystemTypes,OPENCMISS

Definition at line 1540 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_rectangular_cartesian_type = COORDINATE_RECTANGULAR_CARTESIAN_TYPE

Rectangular Cartesian coordinate system type.

See also
OPENCMISS::Coordinate::SystemTypes,OPENCMISS

Definition at line 1537 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_spherical_polar_type = COORDINATE_SPHERICAL_POLAR_TYPE

Spherical polar coordinate system type.

See also
OPENCMISS::Coordinate::SystemTypes,OPENCMISS

Definition at line 1539 of file opencmiss_iron.f90.