![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | read_filemesh_loc (file_grid, nn_loc, xx_loc, yy_loc, zz |
Reads the local mesh. | |
subroutine read_filemesh_loc | ( | character*70 | file_grid, |
integer*4 | nn_loc, | ||
real*8, dimension(nn_loc), intent(inout) | xx_loc, | ||
real*8, dimension(nn_loc), intent(inout) | yy_loc, | ||
real*8 | zz | ||
) |
Reads the local mesh.
[in] | file_grid | file name |
[in] | nn_loc | number of local nodes |
[in] | loc_n_num | local node numbering |
[out] | xx_loc | x-coordinate of local nodes |
[out] | yy_loc | y-coordinate of local nodes |
[out] | zz_loc | z-coordinate of local nodes |
Definition at line 30 of file READ_FILEMESH_LOC.f90.
References get_indloc_from_indglo().
Referenced by make_spx_grid_with_loc_numeration().