Check the total potential for poisson scheme
The output might be delayed by using arrays which are then dumped to keep disc access more restricted
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_type), | intent(in) | :: | scheme | scheme type |
||
| integer, | intent(in) | :: | minLevel | global scheme independent information |
||
| integer, | intent(in) | :: | maxLevel | global scheme independent information |
||
| type(tem_general_type), | intent(inout) | :: | general | |||
| real(kind=rk), | intent(out), | optional | :: | total_potential |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | pot | ||||
| real(kind=rk), | private | :: | total_pot | ||||
| integer, | private | :: | iLevel | ||||
| integer, | private | :: | ierror | ||||
| integer, | private | :: | iElem |