Maps quantity from polar grid to Cartesian mesh
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(equilibrium_t), | intent(inout) | :: | equi |
Equilibrium |
||
| type(mesh_cart_t), | intent(in) | :: | mesh |
Mesh within poloidal plane |
||
| type(polars_t), | intent(in) | :: | polars |
Polar grid and matrices |
||
| real(kind=GP), | intent(in), | dimension(polars%grid%get_ntheta(), polars%grid%get_nrho() ) | :: | upol |
Values of field on polar grid |
|
| real(kind=GP), | intent(out), | dimension(mesh%get_n_points()) | :: | u |
Values of field on Cartesian mesh |
|
| integer, | intent(in), | optional | :: | intorder |
Integration order (default 3), must be an odd number |