GRIDMAN
grid managment library
|
Data-type which describes lists of elements with variable number of indices for each element, methods in indlist.f. More...
Public Attributes | |
integer(gridman_sp) | n |
Total number of elements. | |
integer(gridman_sp) | l |
Total number of indices. | |
integer(gridman_sp), dimension(:), allocatable | ind |
Array of indices. IND(L) | |
integer(gridman_sp), dimension(:), allocatable | ifirst |
First index in IND for each element. More... | |
integer(gridman_sp), dimension(:), allocatable | ilast |
Last index in IND for each element. More... | |
Data-type which describes lists of elements with variable number of indices for each element, methods in indlist.f.
Here a simple technique w/o pinters is applied
integer(gridman_sp), dimension(:), allocatable gridman::gridman_indlist::ifirst |
integer(gridman_sp), dimension(:), allocatable gridman::gridman_indlist::ilast |