Configuration of the VTK output.
These are the settings, that can be configured by the user with respect to the VTK output.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | public | :: | dataform |
Format in which the data is present (either 'ascii' or 'binary') |
|||
logical, | public | :: | iter_filename |
If a timestep output is done, the filename can either be built with the simulation time or the iteration. If this flag is set to true, iterations will be used, otherwise the simulation time (which is the default). |
|||
logical, | public | :: | write_pvd |
Flag to decided whether to write pvd file or not. Default is true. |
type hvs_vtk_config_type
!> Format in which the data is present (either 'ascii' or 'binary')
character(len=labelLen) :: dataform
!> If a timestep output is done, the filename can either be built
!! with the simulation time or the iteration.
!!
!! If this flag is set to true, iterations will be used, otherwise
!! the simulation time (which is the default).
logical :: iter_filename
!> Flag to decided whether to write pvd file or not.
!! Default is true.
logical :: write_pvd
end type hvs_vtk_config_type