tem_line_type Derived Type

type, public :: tem_line_type

This type contains line definition i.e origin and vector which defines the direction of the line


Inherited by

type~~tem_line_type~~InheritedByGraph type~tem_line_type tem_line_type type~tem_canonicalnd_type tem_canonicalND_type type~tem_canonicalnd_type->type~tem_line_type line type~grw_linearray_type grw_linearray_type type~grw_linearray_type->type~tem_line_type val type~tem_shape_type tem_shape_type type~tem_shape_type->type~tem_canonicalnd_type canoND type~tem_tracking_config_type tem_tracking_config_type type~tem_tracking_config_type->type~tem_shape_type geometry type~spatial_parabol_type spatial_parabol_type type~spatial_parabol_type->type~tem_shape_type geometry type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_shape_type geom type~tem_convergenceheader_type tem_convergenceHeader_type type~tem_convergenceheader_type->type~tem_shape_type geometry type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~spatial_parabol_type parabol type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun type~tem_st_fun_listelem_type tem_st_fun_listElem_type type~tem_st_fun_listelem_type->type~tem_spacetime_fun_type val type~tem_convergence_type tem_convergence_type type~tem_convergence_type->type~tem_convergenceheader_type header type~tem_tracking_type tem_tracking_type type~tem_tracking_type->type~tem_tracking_config_type config

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: origin(3)
real(kind=rk), private :: vec(3)