Go to the source code of this file.
|
subroutine | transfer_group_part_info (FFORMAT, SOURCE_ID, DEST_ID, TYP_BND_ELEM, IKLE_BND_DEST, NELEBD_DEST, NDP_DEST, NELEBD_SRC, KNOLG_BND, TRANS_POINT, NPOIN_SRC, NPOIN_DEST, KNOLG, IERR) |
|
◆ transfer_group_part_info()
subroutine transfer_group_part_info |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
SOURCE_ID, |
|
|
integer, intent(in) |
DEST_ID, |
|
|
integer, intent(in) |
TYP_BND_ELEM, |
|
|
integer, dimension(nelebd_dest*ndp_dest), intent(in) |
IKLE_BND_DEST, |
|
|
integer, intent(in) |
NELEBD_DEST, |
|
|
integer, intent(in) |
NDP_DEST, |
|
|
integer, intent(in) |
NELEBD_SRC, |
|
|
integer, dimension(nelebd_src), intent(in) |
KNOLG_BND, |
|
|
logical, intent(in) |
TRANS_POINT, |
|
|
integer, intent(in) |
NPOIN_SRC, |
|
|
integer, intent(in) |
NPOIN_DEST, |
|
|
integer, dimension(npoin_dest), intent(in) |
KNOLG, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | SOURCE_ID | File descriptor of input file |
[in] | DEST_ID | File descriptor of output file |
[in] | TYPE_ELEM | Type of the elements |
[in] | TYPE_BND_ELEM | Type of the boundary elements |
[in] | IKLE_BND_DEST | Connectivity for output file boundary elements |
[in] | NELEBD_DEST | Number of boundary elements in output file |
[in] | NDP_DEST | Number of node per element in output file |
[in] | NELEBD_SRC | Number of noudary elements in the input file |
[in] | KNOLG_BND | Local to global numbering for boundary elements |
[in] | TRANS_POINT | If true transfering group on points as well |
[in] | NPOIN_SRC | Number of points in input file |
[in] | NPOIN_DEST | Number if points in output file |
[in] | KNOLG | Local to global numbering |
[out] | IERR | 0 if no error during the execution |
Definition at line 10 of file transfer_group_part_info.f.