Load the subresolution property from disk.
Before this can be done, the coloring information has to have been loaded.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_subres_prop_type), | intent(out) | :: | me | Color definitions to load. | ||
| type(treelmesh_type), | intent(in) | :: | tree | Tree to build the polynomial subresolution information for | ||
| type(tem_color_prop_type), | intent(in) | :: | coloring | Information on the colors in the mesh. | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | rl | ||||
| integer, | public | :: | fUnit | ||||
| character(len=pathLen), | public | :: | datafile | ||||
| integer, | public | :: | iColor | ||||
| integer, | public | :: | iProp | ||||
| integer, | public | :: | colChar | ||||
| integer, | public | :: | colBit | ||||
| integer(kind=long_k), | public, | allocatable | :: | long_counts(:) | |||
| integer, | public | :: | iError | ||||
| integer, | public | :: | iElem | ||||
| integer, | public | :: | ice |