Load the properties from the mesh.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_hvs_props_type), | intent(out) | :: | me | Properties to load. |
||
type(tem_varSys_type), | intent(inout) | :: | varsys | A variable system, to which the colors should be appended. |
||
type(treelmesh_type), | intent(in) | :: | mesh | Mesh to load the properties for. |
||
type(tem_comm_env_type), | intent(in) | :: | proc | Process description for MPI-IO |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iCol | ||||
logical, | private | :: | wasAdded | ||||
procedure(tem_varSys_proc_element), | private, | pointer | :: | get_element | => | NULL() | |
procedure(tem_varSys_proc_point), | private, | pointer | :: | get_point | => | NULL() | |
procedure(tem_varSys_proc_getParams), | private, | pointer | :: | get_params | => | NULL() | |
procedure(tem_varSys_proc_setupIndices), | private, | pointer | :: | setup_indices | => | NULL() | |
procedure(tem_varSys_proc_getValOfIndex), | private, | pointer | :: | get_valOfIndex | => | NULL() |