Datatype to collect the various properties of the mesh.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(tem_BC_prop_type), | private, | pointer | :: | bc | => | NULL() | Property describing the boundary conditions in the mesh.  | 
| type(tem_color_prop_type), | private, | pointer | :: | color | => | NULL() | Property describing the coloring of the mesh.  | 
| type(ply_subresolution_type), | private, | pointer | :: | subres | => | NULL() | Additional color distribution information via subresolution.  | 
| type(sdr_hvs_colvar_ptr_type), | private, | allocatable | :: | colorVar(:) | Description of color variables.  | 
||
| integer, | private, | allocatable | :: | colorvarpos(:) | Position in the variables for each color. If a color was not added as variable, the entry will be negative. This is useful to iterate through all colors, that were actually added as variables.  |