Go to the source code of this file.
|
subroutine | update_data_mesh (FFORMAT, FILE_ID, TIME, RECORD, NB_DIM_MESH, NPOIN, COORD, IERR) |
|
◆ update_data_mesh()
subroutine update_data_mesh |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FILE_ID, |
|
|
double precision, intent(in) |
TIME, |
|
|
integer, intent(in) |
RECORD, |
|
|
integer, intent(in) |
NB_DIM_MESH, |
|
|
integer, intent(in) |
NPOIN, |
|
|
double precision, dimension(nb_dim_mesh*npoin), intent(in) |
COORD, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | file_id | File descriptor |
[in] | time | Time of the data |
[in] | record | Time step of the data |
[in] | NB_DIM_MESH | Dimension of the mesh |
[in] | NPOIN | Number of points in the mesh |
[in] | COORD | Coordinates table |
[out] | Ierr | 0 if no error during the opening |
Definition at line 7 of file update_data_mesh.f.