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 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 type~ply_sampling_type ply_sampling_type type~ply_sampled_tracking_type->type~ply_sampling_type sampling type~ply_sampling_adaptive_type ply_sampling_adaptive_type type~ply_sampling_type->type~ply_sampling_adaptive_type adaptive type~ply_filter_element_type ply_filter_element_type type~ply_sampling_adaptive_type->type~ply_filter_element_type filter_element

Inherited by

type~~ply_sampled_tracking_type~~InheritedByGraph type~ply_sampled_tracking_type ply_sampled_tracking_type type~atl_solver_param_type atl_solver_param_type type~atl_solver_param_type->type~ply_sampled_tracking_type plySampleTrack

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.