Go to the source code of this file.
◆ get_bnd_connectivity()
subroutine get_bnd_connectivity |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
TYP_BND_ELEM, |
|
|
integer, intent(in) |
NELEBD, |
|
|
integer, intent(in) |
NDP, |
|
|
integer, dimension(ndp*nelebd), intent(inout) |
IKLE_BND, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor |
[in] | TYP_BND_ELEM | Type of the boundary elements |
[in] | NELEBD | Number of boundary elements |
[in] | NDP | Number of points per element |
[in,out] | IKLE_BND | The connectivity of the boundary elements |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_bnd_connectivity.f.