Self contained description of color data to be used for method data.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_color_prop_type), | private, | pointer | :: | color | => | NULL() | Pointer to the overall color property description. |
type(ply_subresolution_type), | private, | pointer | :: | subres | => | NULL() | Pointer to the overall subresolution property description. |
real(kind=rk), | private, | allocatable | :: | subresdat(:,:) | Degrees of freedom for subresolved elements. |
||
integer, | private | :: | nsubdofs | Number of degrees of freedom of the subresolution data. |
|||
integer, | private | :: | colpos | Position of this color in the list of colors, needed to make use of the pointers above. |