ply_subres_colvar_type Derived Type

type, public :: ply_subres_colvar_type

Self contained description of color data to be used for method data.


Inherits

type~~ply_subres_colvar_type~~InheritsGraph type~ply_subres_colvar_type ply_subres_colvar_type tem_color_prop_type tem_color_prop_type type~ply_subres_colvar_type->tem_color_prop_type color type~ply_subresolution_type ply_subresolution_type type~ply_subres_colvar_type->type~ply_subresolution_type subres tem_subres_prop_type tem_subres_prop_type type~ply_subresolution_type->tem_subres_prop_type subres_prop

Components

Type Visibility Attributes Name Initial
type(tem_color_prop_type), public, pointer :: color => NULL()

Pointer to the overall color property description.

type(ply_subresolution_type), public, pointer :: subres => NULL()

Pointer to the overall subresolution property description.

real(kind=rk), public, allocatable :: subresdat(:,:)

Degrees of freedom for subresolved elements.

integer, public :: nsubdofs

Number of degrees of freedom of the subresolution data.

integer, public :: colpos

Position of this color in the list of colors, needed to make use of the pointers above.