Go to the source code of this file.
|
subroutine | comp_nh_com_seg (ELTSEG, DIM1ELTSEG, NH_COM_SEG, DIM1NHCOM, NB_NEIGHB_SEG, NB_NEIGHB_PT_SEG, GLOSEG, DIMGLO, KNOLG, NPOIN) |
|
◆ comp_nh_com_seg()
subroutine comp_nh_com_seg |
( |
integer, dimension(dim1eltseg,3), intent(in) |
ELTSEG, |
|
|
integer, intent(in) |
DIM1ELTSEG, |
|
|
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(dimglo,2), intent(in) |
GLOSEG, |
|
|
integer, intent(in) |
DIMGLO, |
|
|
integer, dimension(npoin), intent(in) |
KNOLG, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in] | dim1eltseg | DIM1ELTSEG First dimension of eltseg |
[in] | DIM1NHCOM | First dimension of nh_com_seg |
[in] | DIMGLO | First dimension of gloseg |
[in] | ELTSEG | Gives the segment number of edges of elements |
[in] | GLOSEG | Global numbers (in sub-domain) of points OF A SEGMENT |
[in] | KNOLG | Global numbers (whole mesh) function of LOCAL NUMBERS OF POINTS |
[in] | NB_NEIGHB_SEG | Number of neighbour processor (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NPOIN | Number of points |
[in] | dim1nhcom | DIM1ELTSEG First dimension of eltseg |
[in] | DIM1NHCOM | First dimension of nh_com_seg |
[in] | DIMGLO | First dimension of gloseg |
[in] | ELTSEG | Gives the segment number of edges of elements |
[in] | GLOSEG | Global numbers (in sub-domain) of points OF A SEGMENT |
[in] | KNOLG | Global numbers (whole mesh) function of LOCAL NUMBERS OF POINTS |
[in] | NB_NEIGHB_SEG | Number of neighbour processor (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NPOIN | Number of points |
[in] | nb_neighb_seg | DIM1ELTSEG First dimension of eltseg |
[in] | DIM1NHCOM | First dimension of nh_com_seg |
[in] | DIMGLO | First dimension of gloseg |
[in] | ELTSEG | Gives the segment number of edges of elements |
[in] | GLOSEG | Global numbers (in sub-domain) of points OF A SEGMENT |
[in] | KNOLG | Global numbers (whole mesh) function of LOCAL NUMBERS OF POINTS |
[in] | NB_NEIGHB_SEG | Number of neighbour processor (for segments) |
[in] | NH_COM_SEG | Addresses of interface segments |
[in] | NPOIN | Number of points |
Definition at line 8 of file comp_nh_com_seg.f.