translate_Xg Subroutine

private pure subroutine translate_Xg(this, vec)

Type Bound

nurbs_volume

Arguments

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

Called by

proc~~translate_xg~3~~CalledByGraph proc~translate_xg~3 nurbs_volume%translate_Xg program~example3_volume example3_volume program~example3_volume->proc~translate_xg~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~translate_xg~3