Initialize the type for VTK format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(hvs_vtk_file_type), | intent(inout) | :: | vtk_file | The file description to open. |
||
| type(hvs_vtk_config_type), | intent(in) | :: | vtk_config | User specified settings for the output |
||
| character(len=*), | intent(in) | :: | basename | Basename for the output file, rank and suffix will be appended as needed. |
||
| type(tem_comm_env_type), | intent(in) | :: | proc | Parallel environment to use for the output. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=PathLen), | public | :: | headerline | ||||
| character, | public | :: | linebreak | ||||
| character(len=labelLen), | public | :: | byte_order | ||||
| logical, | public | :: | pvd_opened_already |