Generation of temporary edge lists.
More...
|
| subroutine | edgesinitialize (niedge, iedge) |
| | Generates temporary lists with nodes of an edge (niedge, iedge). Computes total number of edges (interior + dummy). The edge lists are used in the subroutines EdgesFinalize and InitMetrics. More...
|
| |
| subroutine edgesinitialize |
( |
integer, dimension(:), intent(out) |
niedge, |
|
|
integer, dimension(:,:), intent(out) |
iedge |
|
) |
| |
- Parameters
-
| niedge | pointer from a node to iedge() |
| iedge | linked list of edge endpoints:
- (1,*) = point j of edge (i,j)
- (2,*) = next point j which is also connected to i; if <0 - no further connections
- (3,*) = pointer to edge() - used in InitMetrics to associate face vector sij() with the correct edge
|