Dumps the debug_data into a file.
This routine takes a one-dimensional array (one value per element, ordered liek the treeIDs) and stores it into a vtk file. The name of the vtk-file is debug_dump, the values are called debug_value.
The caller has to provide the vrtx, which can be created with the tem_calc_vrtx_coord-routine.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_comm_env_type), | intent(in) | :: | proc | |||
| type(treelmesh_type), | intent(in) | :: | tree | |||
| type(tem_time_type), | intent(in) | :: | time | |||
| type(tem_vrtx_type) | :: | vrtx | ||||
| real(kind=rk) | :: | debug_data(tree%nElems) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(hvs_vtk_file_type), | public | :: | vtk_file | ||||
| type(hvs_vtk_config_type), | public | :: | vtk_config | ||||
| character, | public | :: | linebreak | ||||
| character(len=PathLen), | public | :: | headerline |