◆ aray_to_spherical()
pure type(spherical_polar_t) function coordinate_systems_mod::change_coordinates::aray_to_spherical |
( |
real(kind=real_kind), dimension(3), intent(in) |
coordinates | ) |
|
|
private |
◆ cart_to_spherical()
◆ cart_to_spherical_v()
pure type(spherical_polar_t) function, dimension(size(cart)) coordinate_systems_mod::change_coordinates::cart_to_spherical_v |
( |
type(cartesian3d_t), dimension(:), intent(in) |
cart | ) |
|
|
private |
◆ spherical_to_cart()
◆ spherical_to_cart_v()
pure type(cartesian3d_t) function, dimension(size(sphere)) coordinate_systems_mod::change_coordinates::spherical_to_cart_v |
( |
type(spherical_polar_t), dimension(:), intent(in) |
sphere | ) |
|
|
private |
The documentation for this interface was generated from the following file: