Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nPnts | = | 0 | number of points per level |
|
integer, | private, | allocatable | :: | pntRanks(:) | Global process ids to evaluate the points It is deallocated after recvBuffer is filled |
||
real(kind=rk), | private, | allocatable | :: | evalVal(:) | Evaluated variable value on each point. If variable is time-independent then values are evaluated and stored at initialization stage, in this case point arrays are not stored. nComp = nScalars in the tem_coupling_type%varnames Access: (iVal-1)*nComp + iComp |
||
type(tem_communication_type), | private | :: | recvBuffer | Receive communication buffer to fill evalVal |