Generate the simple single level mesh of a line in the full cube.
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 |
||
character(len=*), | intent(in) | :: | predefined |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
integer, | private | :: | orig_err(3) | ||||
integer, | private | :: | level | ||||
integer, | private | :: | elementcount |