ITM Grid Service Library: Fortran 90
|
Functions/Subroutines | |
pure integer | gridUid (grid) |
Return the UID number of this grid. | |
character(132) | gridId (grid) |
Return the ID string of this grid. | |
pure integer | gridNDim (grid) |
Return total dimension of the grid described by a given grid descriptor. | |
pure integer | gridNSpace (grid) |
Return the number of spaces in a grid description. | |
pure integer | gridSpaceNDim (space) |
Return the dimension of an individual space. | |
integer, dimension(size(grid%spaces)) | gridSpaceNDims (grid) |
Returns the dimension of all individual spaces. | |
integer | gridSpaceMaxObjDim (space) |
Returns the highest dimension for which objects are defined in the space. | |
pure integer | gridSpaceNNodes (space) |
Return number of nodes (0d-objects) in the space. | |
integer | gridSpaceNObject (space, dim) |
Get the total number of objects of the given dimension in the given space. | |
integer | gridSpaceMaxNBoundaries (space, dim) |
Return maximum number of boundaries an object of dimension dim can have in the space. | |
integer, dimension(gridndim(grid)) | gridCoordTypes (grid) |
Returns the coordinate types for the individual dimensions of the grid. | |
integer | gridNodeIndex (grid, nodeind) |
Returns index of a node according to the implicit ordering rules for the grid descriptor. | |
real(ITM_R8), dimension(gridndim(grid)) | gridNodeCoord (grid, nodeind) |
Get the coordinates of a node according to it's index tuple (assuming the default geometry representation. |
integer,dimension( gridndim( grid ) ) itm_grid_access::gridCoordTypes | ( | type(type_complexgrid),intent(in) | grid | ) |
Returns the coordinate types for the individual dimensions of the grid.
Definition at line 128 of file itm_grid_access.f90.
character(132) itm_grid_access::gridId | ( | type(type_complexgrid),intent(in) | grid | ) |
Return the ID string of this grid.
Definition at line 21 of file itm_grid_access.f90.
pure integer itm_grid_access::gridNDim | ( | type(type_complexgrid),intent(in) | grid | ) |
Return total dimension of the grid described by a given grid descriptor.
Definition at line 33 of file itm_grid_access.f90.
real(ITM_R8),dimension( gridndim( grid ) ) itm_grid_access::gridNodeCoord | ( | type(type_complexgrid),intent(in) | grid, |
integer,dimension(gridnspace(grid)),intent(in) | nodeind | ||
) |
Get the coordinates of a node according to it's index tuple (assuming the default geometry representation.
Definition at line 171 of file itm_grid_access.f90.
integer itm_grid_access::gridNodeIndex | ( | type(type_complexgrid),intent(in) | grid, |
integer,dimension(:),intent(in) | nodeind | ||
) |
Returns index of a node according to the implicit ordering rules for the grid descriptor.
Definition at line 148 of file itm_grid_access.f90.
pure integer itm_grid_access::gridNSpace | ( | type(type_complexgrid),intent(in) | grid | ) |
Return the number of spaces in a grid description.
Definition at line 48 of file itm_grid_access.f90.
integer itm_grid_access::gridSpaceMaxNBoundaries | ( | type(type_complexgrid_space),intent(in) | space, |
integer,intent(in) | dim | ||
) |
Return maximum number of boundaries an object of dimension dim can have in the space.
Definition at line 118 of file itm_grid_access.f90.
integer itm_grid_access::gridSpaceMaxObjDim | ( | type(type_complexgrid_space),intent(in) | space | ) |
Returns the highest dimension for which objects are defined in the space.
Definition at line 78 of file itm_grid_access.f90.
pure integer itm_grid_access::gridSpaceNDim | ( | type(type_complexgrid_space),intent(in) | space | ) |
Return the dimension of an individual space.
Definition at line 56 of file itm_grid_access.f90.
integer,dimension( size( grid % spaces ) ) itm_grid_access::gridSpaceNDims | ( | type(type_complexgrid),intent(in) | grid | ) |
Returns the dimension of all individual spaces.
Definition at line 64 of file itm_grid_access.f90.
pure integer itm_grid_access::gridSpaceNNodes | ( | type(type_complexgrid_space),intent(in) | space | ) |
Return number of nodes (0d-objects) in the space.
Definition at line 87 of file itm_grid_access.f90.
integer itm_grid_access::gridSpaceNObject | ( | type(type_complexgrid_space),intent(in) | space, |
integer,intent(in) | dim | ||
) |
Get the total number of objects of the given dimension in the given space.
Definition at line 97 of file itm_grid_access.f90.
pure integer itm_grid_access::gridUid | ( | type(type_complexgrid),intent(in) | grid | ) |
Return the UID number of this grid.
Definition at line 14 of file itm_grid_access.f90.