VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
noProjVec
Function
11 statements
Source File
libMath.f90
libMath
noProjVec
Contents
public pure function noProjVec(aVec, dirVec)
Removes component along dirVec from a vector aVec
Arguments
Type
Intent
Optional
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)