Go to the source code of this file.
|
subroutine | mult_interface_seg (FSEG, NH_COM_SEG, DIM1NHCOM, NB_NEIGHB_SEG, NB_NEIGHB_PT_SEG, LIST_SEND, NSEG) |
|
◆ mult_interface_seg()
subroutine mult_interface_seg |
( |
double precision, dimension(nseg), intent(inout) |
FSEG, |
|
|
integer, dimension(dim1nhcom,nb_neighb_seg), intent(inout) |
NH_COM_SEG, |
|
|
integer, intent(in) |
DIM1NHCOM, |
|
|
integer, intent(in) |
NB_NEIGHB_SEG, |
|
|
integer, dimension(nb_neighb_seg), intent(in) |
NB_NEIGHB_PT_SEG, |
|
|
integer, dimension(nb_neighb_seg), intent(in) |
LIST_SEND, |
|
|
integer, intent(in) |
NSEG |
|
) |
| |
- Parameters
-
[in] | dim1nhcom | DIM1NHCOM First dimension of nh_com_seg |
[in,out] | FSEG | The function defined on segments |
[in] | LIST_SEND | Ranks of neighbouring sub-domains |
[in] | NB_NEIGHB_PT_SEG | Number of segments shared with a neighbour PROCESSOR |
[in] | NB_NEIGHB_SEG | Number of neighbour processors (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NSEG | Number of segments |
[in] | XMUL | The constant |
[in] | nb_neighb_seg | DIM1NHCOM First dimension of nh_com_seg |
[in,out] | FSEG | The function defined on segments |
[in] | LIST_SEND | Ranks of neighbouring sub-domains |
[in] | NB_NEIGHB_PT_SEG | Number of segments shared with a neighbour PROCESSOR |
[in] | NB_NEIGHB_SEG | Number of neighbour processors (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NSEG | Number of segments |
[in] | XMUL | The constant |
[in] | nseg | DIM1NHCOM First dimension of nh_com_seg |
[in,out] | FSEG | The function defined on segments |
[in] | LIST_SEND | Ranks of neighbouring sub-domains |
[in] | NB_NEIGHB_PT_SEG | Number of segments shared with a neighbour PROCESSOR |
[in] | NB_NEIGHB_SEG | Number of neighbour processors (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NSEG | Number of segments |
[in] | XMUL | The constant |
Definition at line 8 of file mult_interface_seg.f.