Go to the source code of this file.
|
subroutine | merge_data (NPOIN_RES, NVAR_RES, NTIMESTEP_RES, NPROC, RESFORMAT, NRES, TYP_ELEM, TEXTELU, RES, NDIM, NPLAN_RES, NPOIN_GEO, METHOD) |
|
◆ merge_data()
subroutine merge_data |
( |
integer, intent(in) |
NPOIN_RES, |
|
|
integer, intent(in) |
NVAR_RES, |
|
|
integer, intent(in) |
NTIMESTEP_RES, |
|
|
integer, intent(in) |
NPROC, |
|
|
character(len=8), intent(inout) |
RESFORMAT, |
|
|
integer, intent(in) |
NRES, |
|
|
integer, intent(in) |
TYP_ELEM, |
|
|
character(len=32), dimension(nvar_res), intent(in) |
TEXTELU, |
|
|
character(len=path_len), intent(in) |
RES, |
|
|
integer, intent(in) |
NDIM, |
|
|
integer, intent(in) |
NPLAN_RES, |
|
|
integer, intent(in) |
NPOIN_GEO, |
|
|
integer, intent(in) |
METHOD |
|
) |
| |
- Parameters
-
[in] | npoin_res | GEO Name of the geometry file |
[in,out] | GEOFORMAT | Format of the geometry file |
[in] | BND | Name of the boudnary file |
[in] | RES | Name of the result file |
[in,out] | RESFORMAT | Format of the result file |
[in] | NPROC | Number of processors |
[in] | NPLAN_RES | Number of planes for the result file |
[in] | npoin_geo | GEO Name of the geometry file |
[in,out] | GEOFORMAT | Format of the geometry file |
[in] | BND | Name of the boudnary file |
[in] | RES | Name of the result file |
[in,out] | RESFORMAT | Format of the result file |
[in] | NPROC | Number of processors |
[in] | NPLAN_RES | Number of planes for the result file |
[in] | nvar_res | GEO Name of the geometry file |
[in,out] | GEOFORMAT | Format of the geometry file |
[in] | BND | Name of the boudnary file |
[in] | RES | Name of the result file |
[in,out] | RESFORMAT | Format of the result file |
[in] | NPROC | Number of processors |
[in] | NPLAN_RES | Number of planes for the result file |
Definition at line 7 of file merge_data.f.