Evaluates zonal source
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(source_zonal_t), | intent(in) | :: | self |
Instance of type |
||
| class(equilibrium_storage_t), | intent(in) | :: | equi_storage |
Equilibrium storage |
||
| type(mesh_cart_t), | intent(in) | :: | mesh |
Mesh |
||
| type(polars_t), | intent(in) | :: | polars |
Polars |
||
| real(kind=GP), | intent(in), | dimension(polars%grid%get_nrho()) | :: | uzon |
Zonal values of quantity u that is sourced |
|
| real(kind=GP), | intent(inout), | dimension(mesh%get_n_points_inner()) | :: | src_u |
Source values on inner mesh points |