Home
last modified time | relevance | path

Searched refs:gnlist (Results 1 – 4 of 4) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dintegration_grid_types.F36 TYPE(gnlist_type) :: gnlist component
108 …IF (ALLOCATED(int_grid%grid_batch(i)%gnlist%atom_list)) DEALLOCATE (int_grid%grid_batch(i)%gnlist%…
109 …IF (ALLOCATED(int_grid%grid_batch(i)%gnlist%atom_pos)) DEALLOCATE (int_grid%grid_batch(i)%gnlist%a…
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dintegration_grid_types.F36 TYPE(gnlist_type) :: gnlist component
108 …IF (ALLOCATED(int_grid%grid_batch(i)%gnlist%atom_list)) DEALLOCATE (int_grid%grid_batch(i)%gnlist%…
109 …IF (ALLOCATED(int_grid%grid_batch(i)%gnlist%atom_pos)) DEALLOCATE (int_grid%grid_batch(i)%gnlist%a…
/dports/graphics/vcg/vcg.1.30/src/
H A Dalloc.h392 struct gnlist *subgraph; /* List of subgraphs */
396 struct gnlist *region; /* List of nodes in region */
567 typedef struct gnlist { struct
569 struct gnlist *next; /* The remaining list */ argument
570 struct gnlist *internal_next; /* For memory management */ argument
777 struct gnlist *predlist; /* nodes of this layer (forward) */
778 struct gnlist *succlist; /* nodes of this layer (backward)*/
H A Dalloc.c775 h = (GNLIST)myalloc(sizeof(struct gnlist));
804 else h = (GNLIST)myalloc(sizeof(struct gnlist)); in tmpnodelist_alloc()
836 else h = (GNLIST)myalloc(sizeof(struct gnlist)); in foldnodelist_alloc()