tdc_tortoise_to_tdc_cscal Module Procedure

module procedure tdc_tortoise_to_tdc_cscal module subroutine tdc_tortoise_to_tdc_cscal(this, elem, node, dpsidt, dpsidr)

Arguments

Type IntentOptional AttributesName
class(tdc), intent(inout) :: this

The routine is called on this time dependent coordinate object.

integer(kind=ip), intent(in) :: elem

The element index of the point to transform.

integer(kind=ip), intent(in) :: node

The node index of the point to transform.

complex(kind=wp), intent(inout) :: dpsidt

On input contains: . On output contains .

complex(kind=wp), intent(inout) :: dpsidr

On input contains: . On output contains .


Called by

proc~~tdc_tortoise_to_tdc_cscal~~CalledByGraph proc~tdc_tortoise_to_tdc_cscal tdc_tortoise_to_tdc_cscal interface~tdc_tortoise_to_tdc_cscal tdc_tortoise_to_tdc_cscal interface~tdc_tortoise_to_tdc_cscal->proc~tdc_tortoise_to_tdc_cscal

Contents

None