This data type contains data loaded from disk.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | vis_kind | Kind of visualization file to use for the output. |
|||
type(hvs_vtk_config_type), | private | :: | vtk | Description of the vtk configuration (used when vis_kind='vtk') |
|||
logical, | private | :: | useGetPoint | Logic to decide to use get_point or get_element to dump data |
|||
integer, | private | :: | nDofs | Stores the number of output dofs to be dumped. TodoKM: 20160425 nDofs is reasonable to configure in output only for vtk so move to vtk_type. |