Write the cell data description into the VTK files.
This will write the celldata string into the VTK files.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_vtk_file_type), | intent(in) | :: | vtk_file | Handles for the VTK files to write the celldata to. |
||
character(len=*), | intent(in) | :: | celldata_str | Actual string to put into the XML to describe the celldata. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | linebreak | ||||
character(len=PathLen), | public | :: | headerline |