label_t Derived Type

type, public :: label_t


Inherits

type~~label_t~~InheritsGraph type~label_t label_t type~lab_prop_t lab_prop_t type~label_t->type~lab_prop_t regionArr, edgeArr type~labellk_t labelLk_t type~label_t->type~labellk_t MC_Arr, Ch_Arr type~material_t material_t type~lab_prop_t->type~material_t mat type~signal_t signal_t type~lab_prop_t->type~signal_t value c_ptr c_ptr type~material_t->c_ptr res_cfg, th_cond_cfg, stra_cfg, t_crit_cfg, bc_cfg, jc_cfg, tcs_cfg, heat_cap_cfg c_funptr c_funptr type~signal_t->c_funptr init_signal_ext_ptr, sign_ptr type~signal_t->c_ptr val_cfg type~simulation_t simulation_t type~signal_t->type~simulation_t sim type~simulation_t->type~signal_t impl_tol

Inherited by

type~~label_t~~InheritedByGraph type~label_t label_t type~mesh2d_t mesh2D_t type~mesh2d_t->type~label_t label

Components

Type Visibility Attributes Name Initial
type(lab_prop_t), public, allocatable :: regionArr(:)
type(lab_prop_t), public, allocatable :: edgeArr(:)
type(labelLk_t), public, allocatable :: MC_Arr(:)
type(labelLk_t), public, allocatable :: Ch_Arr(:)

Source Code

    type label_t
        type(lab_prop_t), allocatable :: regionArr(:), edgeArr(:)
        type(labelLk_t), allocatable  :: MC_Arr(:), Ch_Arr(:)
    end type label_t