Load the color property from disk.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_color_prop_type), | intent(out) | :: | me | Color definitions to load. |
||
type(treelmesh_type), | intent(in) | :: | tree | Tree to build the polynomial subresolution information for |
||
integer, | intent(in) | :: | myPart | Partition to load |
||
integer, | intent(in) | :: | comm | Communicator to use |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | root | = | 0 | |
type(flu_State), | private | :: | conf | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | rl | ||||
integer, | private | :: | thandle | ||||
integer, | private | :: | fUnit | ||||
integer, | private | :: | i | ||||
integer, | private | :: | iProp | ||||
character(len=pathLen), | private | :: | headerfile | ||||
character(len=pathLen), | private | :: | datafile |