OpenCMISS-Iron Internal API Documentation
|
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... | |
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.
|
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.
[in] | coordinate_system | The coordinate system to perform the conversion on |
[in] | z | The rectangular cartesian coordiantes to convert |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 206 of file coordinate_routines.f90.
|
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.
[in] | coordinate_system | The coordinate system to convert from RC to |
[in] | z | The coordinate to convert from rectangular cartesian |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 325 of file coordinate_routines.f90.