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

Private Member Functions

subroutine coordinate_derivative_convert_to_rc_dp (COORDINATE_SYSTEM, PART_DERIV_TYPE, X, Z, ERR, ERROR,)
 
subroutine coordinate_derivative_convert_to_rc_sp (COORDINATE_SYSTEM, PART_DERIV_TYPE, X, Z, ERR, ERROR,)
 

Detailed Description

Definition at line 156 of file coordinate_routines.f90.

Member Function/Subroutine Documentation

subroutine coordinate_routines::coordinate_derivative_convert_to_rc::coordinate_derivative_convert_to_rc_dp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
integer(intg), intent(in)  PART_DERIV_TYPE,
real(dp), dimension(:,:), intent(in)  X,
real(dp), dimension(:), intent(out)  Z,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 2469 of file coordinate_routines.f90.

subroutine coordinate_routines::coordinate_derivative_convert_to_rc::coordinate_derivative_convert_to_rc_sp ( type(coordinate_system_type), intent(in)  COORDINATE_SYSTEM,
integer(intg), intent(in)  PART_DERIV_TYPE,
real(sp), dimension(:,:), intent(in)  X,
real(sp), dimension(:), intent(out)  Z,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 3037 of file coordinate_routines.f90.