GRIDMAN
grid managment library
|
Data-type which stores indices defined on the grid cells or edges. More...
Public Attributes | |
integer | nindex |
Number of indices. | |
integer(gridman_sp) | nelements |
Number of elements for which the indices are defined. | |
integer(gridman_sp), dimension(:,:), allocatable | indexes |
Table of indices, INDEXES(0:NINDEX,NELEMENTS) More... | |
character(len=gridman_length) | description |
String with human-readable description of the group of indexes. | |
character(len=gridman_lword), dimension(:), allocatable | columns |
One-word name of each column, COLUMNS(NINDEX) | |
Data-type which stores indices defined on the grid cells or edges.
integer(gridman_sp), dimension(:,:), allocatable gridman::gridman_index::indexes |