Unstruct2D  1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Grids
 All Classes Files Functions Variables
edgesInitialize.f90 File Reference

Generation of temporary edge lists. More...

Functions/Subroutines

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

Function/Subroutine Documentation

subroutine edgesinitialize ( integer, dimension(:), intent(out)  niedge,
integer, dimension(:,:), intent(out)  iedge 
)
Parameters
niedgepointer from a node to iedge()
iedgelinked 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