z Subroutine

public subroutine z(p, w, zout, e, errstat, errmsg)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: p(:)
real(kind=dp), intent(in) :: w(:)

Angular frequencies in rad.s-1

complex(kind=dp), intent(out) :: zout(:)

Complex impedance in Ohms.

character(len=1), intent(in) :: e

Electrochemical element: R, C, L, Q, O, T, G

integer(kind=int32), intent(out) :: errstat

Error status

character(len=:), intent(out), pointer :: errmsg

Error message


Calls

proc~~z~~CallsGraph proc~z z proc~zc zc proc~z->proc~zc proc~zg zg proc~z->proc~zg proc~zl zl proc~z->proc~zl proc~zo zo proc~z->proc~zo proc~zq zq proc~z->proc~zq proc~zr zr proc~z->proc~zr proc~zt zt proc~z->proc~zt proc~zw zw proc~z->proc~zw

Called by

proc~~z~~CalledByGraph proc~z z proc~capi_z capi_z proc~capi_z->proc~z proc~mm mm proc~mm->proc~z