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

Data-type which stores indices defined on the grid cells or edges. More...

Public Attributes

integer nindex
 Number of indices.
 
integer(gridman_spnelements
 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_lengthdescription
 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)
 

Detailed Description

Data-type which stores indices defined on the grid cells or edges.

Definition at line 144 of file gridman.f.

Member Data Documentation

integer(gridman_sp), dimension(:,:), allocatable gridman::gridman_index::indexes

Table of indices, INDEXES(0:NINDEX,NELEMENTS)

INDEXES(0,I) is the number of element for whuch the indices INDEXES(1:NINDEX,I) are defined

Definition at line 153 of file gridman.f.