SABER
|
Public Member Functions | |
subroutine | func_vector_product (v1, v2, vp) |
Compute normalized vector product. More... | |
Definition at line 94 of file tools_func.F90.
subroutine tools_func::vector_product::func_vector_product | ( | real(kind_real), dimension(3), intent(in) | v1, |
real(kind_real), dimension(3), intent(in) | v2, | ||
real(kind_real), dimension(3), intent(out) | vp | ||
) |
Compute normalized vector product.
[in] | v1 | First vector |
[in] | v2 | Second vector |
[out] | vp | Vector product |
Definition at line 709 of file tools_func.F90.