GRIDMAN
grid managment library
Public Attributes | List of all members
gridman::gridman_indlist Type Reference

Data-type which describes lists of elements with variable number of indices for each element, methods in indlist.f. More...

Public Attributes

integer(gridman_spn
 Total number of elements.
 
integer(gridman_spl
 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...
 

Detailed Description

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

Definition at line 225 of file gridman.f.

Member Data Documentation

integer(gridman_sp), dimension(:), allocatable gridman::gridman_indlist::ifirst

First index in IND for each element.

IFIRST(I) is the first index in array IND which corresponds to element I

Definition at line 235 of file gridman.f.

integer(gridman_sp), dimension(:), allocatable gridman::gridman_indlist::ilast

Last index in IND for each element.

IFLAST(I) is the last index in array IND which corresponds to element I

Definition at line 239 of file gridman.f.