cart_to_polar Module Procedure

module procedure cart_to_polar module subroutine cart_to_polar(x, y, rho, theta, square)

Uses

  • proc~~cart_to_polar~~UsesGraph proc~cart_to_polar cart_to_polar module~tools_math tools_math proc~cart_to_polar->module~tools_math module~class_psblas class_psblas proc~cart_to_polar->module~class_psblas module~tools_math->module~class_psblas module~class_vector class_vector module~tools_math->module~class_vector module~class_stopwatch class_stopwatch module~class_psblas->module~class_stopwatch module~tools_psblas tools_psblas module~class_psblas->module~tools_psblas module~class_stopwatch->module~tools_psblas psb_base_mod psb_base_mod module~class_stopwatch->psb_base_mod module~class_vector->module~class_psblas psb_prec_mod psb_prec_mod module~tools_psblas->psb_prec_mod module~tools_psblas->psb_base_mod psb_krylov_mod psb_krylov_mod module~tools_psblas->psb_krylov_mod

$Id: cart_to_polar.f90 2469 2007-10-08 10:34:43Z sfilippo $

Description: Converts cartesian into polar coordinates. (X,Y) -> (RHO,THETA) THETA is in degrees.

Arguments

Type IntentOptional AttributesName
real(kind=psb_dpk_), intent(in) :: x
real(kind=psb_dpk_), intent(in) :: y
real(kind=psb_dpk_), intent(out) :: rho
real(kind=psb_dpk_), intent(out) :: theta
logical, intent(in), optional :: square

Called by

proc~~cart_to_polar~~CalledByGraph proc~cart_to_polar cart_to_polar interface~cart_to_polar cart_to_polar interface~cart_to_polar->proc~cart_to_polar

Contents

None