ITM Grid Service Library: Fortran 90
|
Go to the source code of this file.
Data Types | |
type | itm_grid_simplex_dict::SimplexDict |
type | itm_grid_simplex_dict::simplexDictIterator |
Modules | |
module | itm_grid_simplex_dict |
Functions/Subroutines | |
subroutine | itm_grid_simplex_dict::createSimplexDict (dict, dim, nNodes, nMaxParents) |
integer | itm_grid_simplex_dict::countSimplexes (dict) |
integer | itm_grid_simplex_dict::sortSimplex (simplex) |
subroutine | itm_grid_simplex_dict::insertSimplex (dict, simplex) |
subroutine | itm_grid_simplex_dict::resetIterator (iterator) |
subroutine | itm_grid_simplex_dict::nextSimplex (dict, iter, simplex) |
logical | itm_grid_simplex_dict::simplexUndefined (simplex) |
integer | itm_grid_simplex_dict::simplexIndex (dict, simplex) |
Get global index of given sorted simplex. | |
integer, dimension(size(simplex), max(size(simplex)-1, 1)) | itm_grid_simplex_dict::listChildren (simplex) |