Go to the source code of this file.
|
subroutine | get_bnd_ipobo (FFORMAT, FID, NPOIN, NELEBD, TYP_BND_ELEM, IPOBO, IERR) |
|
◆ get_bnd_ipobo()
subroutine get_bnd_ipobo |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NELEBD, |
|
|
integer, intent(in) |
TYP_BND_ELEM, |
|
|
integer, dimension(npoin), intent(inout) |
IPOBO, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor |
[in] | NPOIN | Total number of nodes |
[in] | NELEBD | Total number of boundary elements |
[in] | TYP_BND_ELEM | Type of the boundary element |
[in,out] | IPOBO | An array containing 1 IF A POINT IS A BOUNDARY POINT 0 OTHERWISE |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_bnd_ipobo.f.