|
GRIDMAN
grid managment library
|
Methods of data-type GRIDMAN_INDLIS, see gridman.f. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gridman_indlist_allocate (INDLIST, N, L, IERR) |
| Allocate list of elements. More... | |
| subroutine | gridman_indlist_deallocate (INDLIST, IERR) |
| Deallocate list of indices. More... | |
Methods of data-type GRIDMAN_INDLIS, see gridman.f.
List of elements with variable number of indices for each element
Definition in file indlist.f.
| subroutine gridman_indlist_allocate | ( | type(gridman_indlist) | INDLIST, |
| integer(gridman_sp), intent(in) | N, | ||
| integer(gridman_sp), intent(in) | L, | ||
| integer, intent(out) | IERR | ||
| ) |
Allocate list of elements.
WARNING: if INDLIST elready exists it will be re-allocated
| indlist | Resulting list of elements object | |
| [in] | n | Number of elements |
| [in] | l | Total number of indices |
| [out] | ierr | Error code |
Definition at line 32 of file indlist.f.
References gridman_indlist_deallocate(), and gridman::gridman_sp.
Referenced by gridman_grid2d_chains(), and gridman_grid2d_triang().


| subroutine gridman_indlist_deallocate | ( | type(gridman_indlist) | INDLIST, |
| integer, intent(out) | IERR | ||
| ) |
Deallocate list of indices.
| indlist | List of indices to be deallocated | |
| [out] | ierr | Error code |
Definition at line 106 of file indlist.f.
References gridman::gridman_dbg, and gridman::gridman_unit.
Referenced by check_polygon(), find_closest_boundary(), gridman_2dgrid2vtk(), gridman_grid2d_center(), gridman_grid2d_chains(), gridman_grid2d_check(), gridman_grid2d_crossect(), gridman_grid2d_cylvolumes(), gridman_grid2d_isconvex(), gridman_grid2d_norm(), gridman_grid2d_triang(), gridman_grid2tria(), gridman_grid_cells(), gridman_grid_points(), and gridman_indlist_allocate().

1.8.9.1