Load the property header from the mesh file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_prophead_type), | intent(out) | :: | me(:) | Property to load |
||
integer, | intent(in) | :: | myPart | The process within comm, calling the routine |
||
integer, | intent(in) | :: | comm | MPI Communicator within which the mesh is loaded. |
||
type(flu_State) | :: | conf | Lua state containing the mesh description. |
|||
integer, | intent(in), | optional | :: | root | The root process doing the IO, defaults to 0. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | locroot | ||||
integer, | private | :: | iprop | ||||
integer, | private | :: | sub_handle | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | thandle |