Go to the source code of this file.
|
subroutine | open_mesh (FFORMAT, FILE_NAME, FILE_ID, OPENMODE, IERR, MESH_NUMBER) |
|
◆ open_mesh()
subroutine open_mesh |
( |
character(len=8), intent(inout) |
FFORMAT, |
|
|
character(len=*), intent(in) |
FILE_NAME, |
|
|
integer, intent(out) |
FILE_ID, |
|
|
character(len=9), intent(in) |
OPENMODE, |
|
|
integer, intent(out) |
IERR, |
|
|
integer, intent(in), optional |
MESH_NUMBER |
|
) |
| |
- Parameters
-
[in,out] | fformat | [in, out] FFORMAT Format of the file |
[in] | FILE_NAME | Name of the file |
[in] | FILE_ID | File descriptor |
[in] | OPENMODE | One of the following value 'read','write','readwrite' |
[out] | IERR | 0 if no error during the execution |
[in] | MESH_NUMBER | If present, this is the number of the part of |
Definition at line 7 of file open_mesh.f.