ply_sampled_tracking_type Derived Type

type, public :: ply_sampled_tracking_type


Inherits

type~~ply_sampled_tracking_type~~InheritsGraph type~ply_sampled_tracking_type ply_sampled_tracking_type ply_sampling_type ply_sampling_type type~ply_sampled_tracking_type->ply_sampling_type sampling tem_tracking_type tem_tracking_type type~ply_sampled_tracking_type->tem_tracking_type tracking tem_varSys_type tem_varSys_type type~ply_sampled_tracking_type->tem_varSys_type varsys treelmesh_type treelmesh_type type~ply_sampled_tracking_type->treelmesh_type mesh

Inherited by

type~~ply_sampled_tracking_type~~InheritedByGraph type~ply_sampled_tracking_type ply_sampled_tracking_type type~sdr_hvs_config_type sdr_hvs_config_type type~sdr_hvs_config_type->type~ply_sampled_tracking_type ply_sample_track

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.