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), contiguous :: vec(:)

Called by

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