Write single log for the right scheme into its ascii file. This routine calls the get_point routine and dumps the exact point data for the point specified in the tracking table
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_ascii_type), | intent(inout) | :: | ascii | ascii file to write data to. |
||
type(tem_comm_env_type), | intent(in) | :: | outProc | Parallel environment to use for the output. |
||
integer, | intent(in) | :: | varpos(:) | Position of the variable to write |
||
type(tem_varSys_type), | intent(in) | :: | varsys | Description of the available variable system to get the given varnames from. |
||
type(treelmesh_type), | intent(in) | :: | mesh | Mesh to write the data on. |
||
type(tem_time_type), | intent(in) | :: | time | Point in time to use for this data. Can be important for space-time function evaluations. |
||
type(tem_subTree_type), | intent(in), | optional | :: | subtree | Optional restriction of the points to output. Contains array of points passed in the config to output. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nVars | ||||
integer, | public | :: | nPoints | ||||
integer, | public | :: | nScalars | ||||
integer, | public | :: | pointsOff | ||||
integer, | public | :: | nChunkPoints | ||||
integer, | public | :: | iPoint | ||||
integer, | public | :: | iChunk | ||||
integer, | public | :: | iScalar | ||||
integer, | public | :: | counter | ||||
integer, | public | :: | buf_start | ||||
integer, | public | :: | buf_end | ||||
real(kind=rk), | public, | allocatable | :: | res(:) | |||
character(len=4000), | public | :: | log_output | ||||
real(kind=rk), | public, | allocatable | :: | points(:,:) |