Go to the source code of this file.
|
subroutine | p_dotpair (NPOIN, X, Y, IFAC, PAIR) |
|
◆ p_dotpair()
subroutine p_dotpair |
( |
integer, intent(in) |
NPOIN, |
|
|
double precision, dimension(npoin), intent(in) |
X, |
|
|
double precision, dimension(npoin), intent(in) |
Y, |
|
|
integer, dimension(npoin), intent(in) |
IFAC, |
|
|
double precision, dimension(2), intent(out) |
PAIR |
|
) |
| |
- Parameters
-
[in] | npoin | FAC Fac=1/(number of neighbouring sub-domains) |
[in] | NPOIN | Size of x and y |
[in] | X | Vector |
[in] | Y | Vector |
[in] | PAIR | Dot result and dot error |
Definition at line 7 of file p_dotpair.f.