Go to the source code of this file.
|
subroutine | read_mesh_info (FFORMAT, NFIC, TITLE, NVAR, NPOIN, TYP_ELEM, NELEM, NPTFR, NPTIR, NDP, NPLAN, X_ORIG, Y_ORIG, TYP_BND_ELEM, NELEBD) |
|
◆ read_mesh_info()
subroutine read_mesh_info |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
NFIC, |
|
|
character(len=80), intent(out) |
TITLE, |
|
|
integer, intent(out) |
NVAR, |
|
|
integer, intent(out) |
NPOIN, |
|
|
integer, intent(out) |
TYP_ELEM, |
|
|
integer, intent(out) |
NELEM, |
|
|
integer, intent(out) |
NPTFR, |
|
|
integer, intent(out) |
NPTIR, |
|
|
integer, intent(out) |
NDP, |
|
|
integer, intent(out) |
NPLAN, |
|
|
integer, intent(out) |
X_ORIG, |
|
|
integer, intent(out) |
Y_ORIG, |
|
|
integer, intent(out), optional |
TYP_BND_ELEM, |
|
|
integer, intent(out), optional |
NELEBD |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[out] | TITLE | Title of the mesh |
[out] | NVAR | Number of variables |
[out] | NPOIN | Number of mesh nodes |
[out] | TYP_ELEM | Type of element |
[out] | NELEM | Number of elements |
[out] | NDP | Number of element faces |
[out] | NPLAN | Number of plan |
[out] | NPTFR | Number of boundary nodes |
[out] | NPTIR | Number of interfaces |
[out] | NFIC | File to read |
[out] | X_ORIG | Off set of the x coordinates |
[out] | Y_ORIG | Off set of the y coordinates |
[out] | TYP_BND_ELEM | Type of boundary elements |
[out] | NELEBD | Number of boundary elements |
Definition at line 8 of file read_mesh_info.f.