| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N | |||
| integer, | intent(in) | :: | d1 | |||
| integer, | intent(in) | :: | d2 | |||
| real(kind=wp), | intent(in), | dimension(N) | :: | xy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N | |||
| integer, | intent(in) | :: | d1 | |||
| integer, | intent(in) | :: | d2 | |||
| real(kind=wp), | intent(in), | dimension(N,2) | :: | xy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | num_nodes | |||
| real(kind=wp), | intent(out), | dimension(:,:), allocatable | :: | GlobalA | ||
| real(kind=wp), | intent(out), | dimension(:), allocatable | :: | GlobalB | ||
| real(kind=wp), | intent(out), | dimension(:), allocatable | :: | GlobalX |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | points | ||
| integer, | intent(in), | dimension(:,:) | :: | cells | ||
| real(kind=wp), | intent(in) | :: | diff | |||
| real(kind=wp), | intent(in) | :: | vel | |||
| real(kind=wp), | intent(out), | dimension(:,:) | :: | GlobalA |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:,:) | :: | points | ||
| integer, | intent(in), | dimension(:,:) | :: | cells | ||
| real(kind=wp), | intent(in) | :: | diff | |||
| real(kind=wp), | intent(in), | dimension(2) | :: | vel | ||
| real(kind=wp), | intent(out), | dimension(:,:) | :: | GlobalA |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | points | Array of nodal coordinates |
|
| real(kind=wp), | intent(out), | dimension(:) | :: | GlobalB | Global RHS Vector |
|
| real(kind=wp), | intent(out), | dimension(:,:) | :: | GlobalA |