ICFERST  22-06
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
shape_functions_ndim::xprod Interface Reference

Performs the cross product of two vectors. More...

Public Member Functions

subroutine xprod1 (AX, AY, AZ, BX, BY, BZ, CX, CY, CZ)
 Perform the cross product of two vectors. More...
 
subroutine xprod2 (A, B, C)
 Perform the cross product of two vectors. More...
 

Detailed Description

Performs the cross product of two vectors.

Member Function/Subroutine Documentation

◆ xprod1()

subroutine shape_functions_ndim::xprod::xprod1 ( real, intent(inout)  AX,
real, intent(inout)  AY,
real, intent(inout)  AZ,
real, intent(in)  BX,
real, intent(in)  BY,
real, intent(in)  BZ,
real, intent(in)  CX,
real, intent(in)  CY,
real, intent(in)  CZ 
)

Perform the cross product of two vectors.

◆ xprod2()

subroutine shape_functions_ndim::xprod::xprod2 ( real, dimension(:), intent(inout)  A,
real, dimension(:), intent(in)  B,
real, dimension(:), intent(in)  C 
)

Perform the cross product of two vectors.


The documentation for this interface was generated from the following file: