Go to the source code of this file.
◆ get_bnd_numbering()
subroutine get_bnd_numbering |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
TYP_BND_ELEM, |
|
|
integer, intent(in) |
NPTFR, |
|
|
integer, dimension(nptfr), intent(inout) |
NBOR, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor |
[in] | TYP_BND_ELEM | Type of the boundary element |
[in] | NPTFR | Number of boundary points |
[in,out] | NBOR | An array containing the numbering in the mesh OF ALL BOUNDARY POINTS |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_bnd_numbering.f.