Open the output for a given mesh.
This writes the mesh data to the output files. Subsequently it can then be enriched by restart information.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_output_file_type), | intent(inout) | :: | out_file | |||
logical, | intent(in) | :: | use_iter | The output configuration settings to use. |
||
type(treelmesh_type), | intent(in) | :: | mesh | Mesh of the data to visualize. |
||
type(tem_varSys_type), | intent(in) | :: | varsys | Description of the available variable system to get the given varnames from. |
||
type(tem_time_type), | intent(in), | optional | :: | time | Time information. If this is present, the filename will be built with a time stamp and the time point information is written into the vtu file. |
|
type(tem_subTree_type), | intent(inout), | optional | :: | subtree | Optional restriction of the elements to output. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nElems |