noProjVec Function

public pure function noProjVec(aVec, dirVec)

Removes component along dirVec from a vector aVec

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(3) :: aVec
real(kind=dp), intent(in), dimension(3) :: dirVec

Return Value real(kind=dp), dimension(3)