Initialization of grid metrics.
More...
|
| subroutine | initmetrics (niedge, iedge) |
| | Initializes grid metrics: computes face vectors and cell volumes. More...
|
| |
| subroutine initmetrics |
( |
integer, dimension(:), intent(in) |
niedge, |
|
|
integer, dimension(:,:), intent(in) |
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 to associate face vector sij() with the correct edge
|