VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
projVec
Function
11 statements
Source File
libMath.f90
libMath
projVec
Contents
public pure function projVec(aVec, dirVec)
Returns 3d vector aVec projected along dirVec
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)