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

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

Private Member Functions

real(dp) function, dimension(size(x, 1)) coordinate_convert_to_rc_dp (COORDINATE_SYSTEM, X, ERR, ERROR)
 COORDINATE_CONVERT_TO_RC_DP performs a coordinate transformation from a coordinate system identified by COORDINATE_SYSTEM at the point X(:) to the returned point Z(:) in rectangular cartesian coordinates for double precision coordinates. More...
 
real(sp) function, dimension(size(x, 1)) coordinate_convert_to_rc_sp (COORDINATE_SYSTEM, X, ERR, ERROR)
 COORDINATE_CONVERT_TO_RC_SP performs a coordinate transformation from a coordinate system identified by COORDINATE_SYSTEM at the point X(:) to the returned point Z(:) in rectangular cartesian coordinates for single precision coordinates. More...
 

Detailed Description

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

Definition at line 126 of file coordinate_routines.f90.

Member Function/Subroutine Documentation

real(dp) function, dimension(size(x,1)) coordinate_routines::coordinate_convert_to_rc::coordinate_convert_to_rc_dp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
real(dp), dimension(:), intent(in)  X,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

Parameters
[in]coordinate_systemThe coordinate system to convert to rectangular cartesian
[in]xThe coordiante to convert
[out]errThe error coode
[out]errorThe error string

Definition at line 445 of file coordinate_routines.f90.

real(sp) function, dimension(size(x,1)) coordinate_routines::coordinate_convert_to_rc::coordinate_convert_to_rc_sp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
real(sp), dimension(:), intent(in)  X,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

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

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

Definition at line 522 of file coordinate_routines.f90.