| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | sizeNodes | ||||
| type(SS_src_port_pointer_t), | public, | allocatable | :: | lk(:,:) | |||
| class(material_t), | public, | pointer | :: | mat_ins | |||
| integer, | public, | allocatable | :: | nb_2D_Ports(:) | |||
| real(kind=dp), | public, | allocatable | :: | SurfCont(:) | |||
| real(kind=dp), | public, | allocatable | :: | Lins(:) | |||
| real(kind=dp), | public, | allocatable | :: | Lk12(:) | |||
| real(kind=dp), | public, | allocatable | :: | Lk21(:) | |||
| real(kind=dp), | public, | allocatable | :: | DerSrcS1dT2(:) | |||
| real(kind=dp), | public, | allocatable | :: | DerSrcS2dT1(:) | |||
| real(kind=dp), | public, | allocatable | :: | LkArr(:,:,:) | |||
| real(kind=dp), | public, | allocatable | :: | Der4LkArr(:,:,:) |
type SSsrcLink_t integer :: sizeNodes type(SS_src_port_pointer_t), allocatable :: lk(:,:) class(material_t), pointer :: mat_ins integer, allocatable :: nb_2D_Ports(:) real(dp), allocatable :: SurfCont(:), Lins(:), Lk12(:), Lk21(:), DerSrcS1dT2(:), DerSrcS2dT1(:) real(dp), allocatable :: LkArr(:,:,:) real(dp), allocatable :: Der4LkArr(:,:,:) end type SSsrcLink_t