Settings for the resolution below mesh elements.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | polydegree |
Degree for the polynomials to use in the subelement resolution. |
|||
character(len=1), | public | :: | polyspace |
Identification of the polynomial space to use. |
|||
type(ply_prj_init_type), | public | :: | projection |
Definition of conversions between modal and nodal values. |
|||
type(ply_prj_header_type), | public | :: | project_header |
Header definition of the projection header. Stored here for later output in the subresolution file. |
|||
integer, | public | :: | nLevels |
Number of levels to use for the resolution of boundaries within elements. By default this value is automatically determined by the polydegree and the point set that is to be used. But that can be explicitly overwritten by the user with an arbitrary value here. If there is no subresolution to be done, this value will be 0. |
|||
type(dyn_labelarray_type), | public | :: | default_colors |
Dynamic array to store the color names, for which the default boundary resolution should reach subelements. All boundaries with this color will by default have subelement resolution, but this default can still be overwritten by the attribute setting of the boundary. |
|||
type(sdr_subres_fills_type), | public | :: | color_values |
Definition of the values to use for color filling and color voids. |
|||
integer, | public, | allocatable | :: | value_pos(:) |
Position of value definitions for each color in the mesh. |