| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | N | ||
| integer(kind=c_int), | intent(in), | value | :: | d1 | ||
| integer(kind=c_int), | intent(in), | value | :: | d2 | ||
| real(kind=c_double), | intent(in) | :: | xy(N) | |||
| real(kind=c_double), | intent(inout) | :: | Ie(N,N) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | N | ||
| integer(kind=c_int), | intent(in), | value | :: | d1 | ||
| integer(kind=c_int), | intent(in), | value | :: | d2 | ||
| real(kind=c_double), | intent(in) | :: | xy(N,2) | |||
| real(kind=c_double), | intent(inout) | :: | Ie(N,N) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | num_cells | ||
| integer(kind=c_int), | intent(in), | value | :: | num_pts_per_cell | ||
| integer(kind=c_int), | intent(in), | value | :: | num_pts | ||
| real(kind=c_double), | intent(in) | :: | points(num_pts) | |||
| integer(kind=c_int), | intent(in) | :: | cells(num_cells,num_pts_per_cell) | |||
| real(kind=c_double), | intent(in), | value | :: | diff | ||
| real(kind=c_double), | intent(in), | value | :: | vel | ||
| real(kind=c_double), | intent(inout) | :: | GlobalA(num_pts,num_pts) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=c_int), | intent(in), | value | :: | num_cells | ||
| integer(kind=c_int), | intent(in), | value | :: | num_pts_per_cell | ||
| integer(kind=c_int), | intent(in), | value | :: | num_pts | ||
| real(kind=c_double), | intent(in) | :: | points(num_pts,2) | |||
| integer(kind=c_int), | intent(in) | :: | cells(num_cells,num_pts_per_cell) | |||
| real(kind=c_double), | intent(in), | value | :: | diff | ||
| real(kind=c_double), | intent(in) | :: | vel(2) | |||
| real(kind=c_double), | intent(inout) | :: | GlobalA(num_pts,num_pts) |