Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_tracking_type), | private | :: | tracking | Contains all tracking headers, control and tracking entities active on local process |
|||
type(treelmesh_type), | private, | allocatable | :: | mesh(:) | Subsampled mesh for each tracking. TodoActually make use of these, instead of regenerating the mesh every time the tracking is written. |
||
type(tem_varSys_type), | private, | allocatable | :: | varsys(:) | Variable system description after subsampling. TodoActuall make use of these, instead of recreating the variable system each time a tracking is written. |
||
type(ply_sampling_type), | private | :: | sampling | Configuration of the subsampling (applied to all trackings). |
|||
integer, | private | :: | ndims | Dimensionality of the data to sample. |