Go to the source code of this file.
◆ get_mesh_l2g_numbering()
subroutine get_mesh_l2g_numbering |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, dimension(npoin), intent(inout) |
KNOLG, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor |
[in,out] | KNOLG | Local to global numbering array |
[in] | NPOIN | Number of nodes |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_mesh_l2g_numbering.f.