IGMBaseLib 1.0
Modules | Functions/Subroutines

src/core/math/igmcore_coordinate_conversion.f90 File Reference

Go to the source code of this file.

Modules

module  igmcore_coordinate_conversion
 

This module provides some subroutines which perform 3D coordinate conversion.


Functions/Subroutines

real(DP), dimension(3), public igmcore_coordinate_conversion::orth_to_geo_pos (orth_p)
 Performs a coordinate conversion of a position vector given in a cartesian coordinate to a geographic coordinate.
real(DP), dimension(3), public igmcore_coordinate_conversion::geo_to_orth_pos (geo_p)
 Performs a coordinate conversion of a position vector given in a geographic coordinate to a cartesian coordinate.
real(DP), dimension(3), public igmcore_coordinate_conversion::orth_to_geo_vec (orth_v, geo_p)
 Converts a vector from cartesian to geographic coordinate system.
real(DP), dimension(3), public igmcore_coordinate_conversion::geo_to_orth_vec (geo_v, geo_p)
 Converts a vector from geographic to cartesian coordinate system.
 All Classes Namespaces Files Functions Variables