CAM
coordinate_systems_mod::change_coordinates Interface Reference

Private Member Functions

pure type(cartesian3d_t) function, dimension(size(sphere)) spherical_to_cart_v (sphere)
 
pure type(cartesian3d_t) function spherical_to_cart (sphere)
 
pure type(spherical_polar_t) function, dimension(size(cart)) cart_to_spherical_v (cart)
 
pure type(spherical_polar_t) function cart_to_spherical (cart)
 
pure type(spherical_polar_t) function aray_to_spherical (coordinates)
 

Member Function/Subroutine Documentation

◆ 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()

pure type(spherical_polar_t) function coordinate_systems_mod::change_coordinates::cart_to_spherical ( type(cartesian3d_t), intent(in)  cart)
private

◆ 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()

pure type(cartesian3d_t) function coordinate_systems_mod::change_coordinates::spherical_to_cart ( type(spherical_polar_t), intent(in)  sphere)
private

◆ 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: