Convert the provided variable system data into celldata description in the given vtk files.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_vtk_file_type), | intent(inout) | :: | vtk_file | Output info for vtu_output. |
||
type(tem_varSys_type), | intent(in) | :: | varsys | Description of the available variable system to get the given varnames from. |
||
integer, | intent(in) | :: | varpos(:) | List of variable positions that should be written into the vtk output. If this is not provided, all variables from the varsys will be written to the vtk file. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | linebreak | ||||
character(len=PathLen), | public | :: | scalars | ||||
character(len=PathLen), | public | :: | vectors | ||||
integer, | public | :: | scal_count | ||||
integer, | public | :: | vect_count | ||||
integer, | public | :: | iVar | ||||
integer, | public | :: | ipos |