OpenCMISS-Iron Internal API Documentation
coordinate_routines::coordinate_convert_from_rc Interface Reference

COORDINATE_CONVERT_FROM_RC performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM. More...

Private Member Functions

real(dp) function, dimension(size(z, 1)) coordinate_convert_from_rc_dp (COORDINATE_SYSTEM, Z, ERR, ERROR)
 Performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM for double precision coordinates. More...
 
real(sp) function, dimension(size(z, 1)) coordinate_convert_from_rc_sp (COORDINATE_SYSTEM, Z, ERR, ERROR)
 COORDINATE_CONVERT_FROM_RC_SP performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM for single precision coordinates. More...
 

Detailed Description

COORDINATE_CONVERT_FROM_RC performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM.

Definition at line 119 of file coordinate_routines.f90.

Member Function/Subroutine Documentation

real(dp) function, dimension(size(z,1)) coordinate_routines::coordinate_convert_from_rc::coordinate_convert_from_rc_dp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
real(dp), dimension(:), intent(in)  Z,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM for double precision coordinates.

Parameters
[in]coordinate_systemThe coordinate system to perform the conversion on
[in]zThe rectangular cartesian coordiantes to convert
[out]errThe error code
[out]errorThe error string

Definition at line 206 of file coordinate_routines.f90.

real(sp) function, dimension(size(z,1)) coordinate_routines::coordinate_convert_from_rc::coordinate_convert_from_rc_sp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
real(sp), dimension(:), intent(in)  Z,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

COORDINATE_CONVERT_FROM_RC_SP performs a coordinate transformation from a rectangular cartesian coordinate at the point with coordinate Z(:) to the returned point with coordinate X(:) in the coordinate system identified by COORDINATE_SYSTEM for single precision coordinates.

Parameters
[in]coordinate_systemThe coordinate system to convert from RC to
[in]zThe coordinate to convert from rectangular cartesian
[out]errThe error code
[out]errorThe error string

Definition at line 325 of file coordinate_routines.f90.