ply_sampled_tracking_type Derived Type

type, public :: ply_sampled_tracking_type


Components

Type Visibility Attributes Name Initial
type(tem_tracking_type), public :: tracking

Contains all tracking headers, control and tracking entities active on local process

type(treelmesh_type), public, allocatable :: mesh(:)

Subsampled mesh for each tracking.

Todo

Actually make use of these, instead of regenerating the mesh every time the tracking is written.

type(tem_varSys_type), public, allocatable :: varsys(:)

Variable system description after subsampling.

Todo

Actuall make use of these, instead of recreating the variable system each time a tracking is written.

type(ply_sampling_type), public :: sampling

Configuration of the subsampling (applied to all trackings).

integer, public :: ndims

Dimensionality of the data to sample.