translate_Xg Subroutine

private pure subroutine translate_Xg(this, vec)

Type Bound

nurbs_surface

Arguments

Type IntentOptional Attributes Name
class(nurbs_surface), intent(inout) :: this
real(kind=rk), intent(in) :: vec(:)

Called by

proc~~translate_xg~2~~CalledByGraph proc~translate_xg~2 nurbs_surface%translate_Xg program~example3_surface example3_surface program~example3_surface->proc~translate_xg~2 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~translate_xg~2