: Add description
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_global_type), | intent(out) | :: | me | Structure to store header in |
||
type(flu_State) | :: | conf | lua flu state to read mesh from |
|||
integer, | intent(in) | :: | myPart | The process local part (= MPI Rank in comm) |
||
integer, | intent(in) | :: | nParts | Number of partitions, the mesh is partitioned into (= Number of MPI processes in comm). |
||
integer, | intent(in) | :: | comm | MPI Communicator to use |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=pathLen), | private | :: | dirname | ||||
integer, | private | :: | commLocal | ||||
integer, | private | :: | tem_handle | ||||
integer, | private | :: | iError |