Generate the header for the simple full cube mesh.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_global_type), | intent(out) | :: | me | Structure to load the mesh to |
||
| type(flu_State) | :: | conf | Directory containing the mesh informations |
|||
| integer, | intent(in) | :: | thandle | Handle for the table to read the description of the mesh from. |
||
| integer, | intent(in) | :: | myPart | Partition to use on the calling process (= 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 | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iError | ||||
| integer, | private | :: | orig_err(3) |