Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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: ∂Ψ∂t. On output contains ∂Ψ∂λ. |
||
complex(kind=wp), | intent(inout) | :: | dpsidr | On input contains: ∂Ψ∂r∗. On output contains ∂Ψ∂ξ. |