ITM Grid Service Library: Fortran 90

src/service/itm_grid_access.f90 File Reference

Go to the source code of this file.

Modules

module  itm_grid_access

Functions/Subroutines

pure integer itm_grid_access::gridUid (grid)
 Return the UID number of this grid.
character(132) itm_grid_access::gridId (grid)
 Return the ID string of this grid.
pure integer itm_grid_access::gridNDim (grid)
 Return total dimension of the grid described by a given grid descriptor.
pure integer itm_grid_access::gridNSpace (grid)
 Return the number of spaces in a grid description.
pure integer itm_grid_access::gridSpaceNDim (space)
 Return the dimension of an individual space.
integer, dimension(size(grid%spaces)) itm_grid_access::gridSpaceNDims (grid)
 Returns the dimension of all individual spaces.
integer itm_grid_access::gridSpaceMaxObjDim (space)
 Returns the highest dimension for which objects are defined in the space.
pure integer itm_grid_access::gridSpaceNNodes (space)
 Return number of nodes (0d-objects) in the space.
integer itm_grid_access::gridSpaceNObject (space, dim)
 Get the total number of objects of the given dimension in the given space.
integer itm_grid_access::gridSpaceMaxNBoundaries (space, dim)
 Return maximum number of boundaries an object of dimension dim can have in the space.
integer, dimension(gridndim(grid)) itm_grid_access::gridCoordTypes (grid)
 Returns the coordinate types for the individual dimensions of the grid.
integer itm_grid_access::gridNodeIndex (grid, nodeind)
 Returns index of a node according to the implicit ordering rules for the grid descriptor.
real(ITM_R8), dimension(gridndim(grid)) itm_grid_access::gridNodeCoord (grid, nodeind)
 Get the coordinates of a node according to it's index tuple (assuming the default geometry representation.
 All Classes Namespaces Files Functions Variables