GRIDMAN
grid managment library
Functions/Subroutines
indlist.f File Reference

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...
 

Detailed Description

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.

Function/Subroutine Documentation

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

Parameters
indlistResulting list of elements object
[in]nNumber of elements
[in]lTotal number of indices
[out]ierrError 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().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine gridman_indlist_deallocate ( type(gridman_indlist)  INDLIST,
integer, intent(out)  IERR 
)