i_sub_hmap_get_ddx_dqij Interface

interface
public subroutine i_sub_hmap_get_ddx_dqij(sf, q_in, ddx_dq11, ddx_dq12, ddx_dq13, ddx_dq22, ddx_dq23, ddx_dq33)

Arguments

Type IntentOptional Attributes Name
class(c_hmap), intent(in) :: sf
real(kind=wp), intent(in) :: q_in(3)
real(kind=wp), intent(out) :: ddx_dq11(3)
real(kind=wp), intent(out) :: ddx_dq12(3)
real(kind=wp), intent(out) :: ddx_dq13(3)
real(kind=wp), intent(out) :: ddx_dq22(3)
real(kind=wp), intent(out) :: ddx_dq23(3)
real(kind=wp), intent(out) :: ddx_dq33(3)

Description

evaluate all second derivatives d^2x(1:3)/(dq^i dq^j), i,j=1,2,3 is evaluated at q_in=(X^1,X^2,zeta),