identification parameters for different lists includes the direct neighbors of each tree ID
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable | :: | nghElems(:,:) |
array of the neighbors in the resulting totalList. Use this one in the solver! size: stencil%QQN, nElems(to treat with stencil) |
type tem_levelNeighbor_type
!> array of the neighbors in the resulting totalList.
!! Use this one in the solver!
!! size: stencil%QQN, nElems(to treat with stencil)
integer,allocatable :: nghElems(:,:)
end type tem_levelNeighbor_type