Go to the source code of this file.
|
subroutine | transfer_group_info (FFORMAT, FID, FID2, TYPE_ELT, TYPE_BND_ELT, IKLE_BND, NELEBD, NDP, TRANS_ELEM, TRANS_POINT, IERR) |
|
◆ transfer_group_info()
subroutine transfer_group_info |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
FID2, |
|
|
integer, intent(in) |
TYPE_ELT, |
|
|
integer, intent(in) |
TYPE_BND_ELT, |
|
|
integer, dimension(*), intent(in) |
IKLE_BND, |
|
|
integer, intent(in) |
NELEBD, |
|
|
integer, intent(in) |
NDP, |
|
|
logical, intent(in) |
TRANS_ELEM, |
|
|
logical, intent(in) |
TRANS_POINT, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor of input file |
[in] | FID2 | File descriptor of output file |
[in] | TYPE_ELT | Type of the elements |
[in] | TYPE_BND_ELT | Type of the boundary elements |
[in] | TRANS_ELEM | If true transfering group on typ_elt as well |
[in] | TRANS_POINT | If true transfering group on points as well |
[out] | IERR | 0 if no error during the execution |
Definition at line 8 of file transfer_group_info.f.