OpenCMISS-Iron Internal API Documentation
|
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... | |
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.
|
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.
[in] | coordinate_system | The coordinate system to convert to rectangular cartesian |
[in] | x | The coordiante to convert |
[out] | err | The error coode |
[out] | error | The error string |
Definition at line 445 of file coordinate_routines.f90.
|
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.
[in] | coordinate_system | The coordinate system to convert to rectangular cartesian |
[in] | x | The coordinate to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 522 of file coordinate_routines.f90.