|
subroutine | fld_convert_cyl_to_mag (fld, fld_mag) |
| Converts grad(phi) and grad(A) from cylindrical coordinates to a basis of field-aligned vectors. More...
|
|
subroutine | fld_convert_mag_to_cyl (fld, fld_mag) |
| Converts grad(phi) and grad(A) from field-aligned basis representation to cylindrical coordinates. More...
|
|
subroutine fld_module::fld_convert_cyl_to_mag |
( |
type(fld_type), intent(in) |
fld, |
|
|
real (kind=8), dimension(3), intent(out) |
fld_mag |
|
) |
| |
Converts grad(phi) and grad(A) from cylindrical coordinates to a basis of field-aligned vectors.
- Parameters
-
[in] | fld | Field data in cylindrical coordinates, type(fld_type) |
[out] | fld_mag | grad(phi) and grad(A) in field-aligned basis, real(8) |
subroutine fld_module::fld_convert_mag_to_cyl |
( |
type(fld_type), intent(inout) |
fld, |
|
|
real (kind=8), dimension(3), intent(in) |
fld_mag |
|
) |
| |
Converts grad(phi) and grad(A) from field-aligned basis representation to cylindrical coordinates.
- Parameters
-
[in,out] | fld | Field data in cylindrical coordinates, type(fld_type) |
[in] | fld_mag | grad(phi) and grad(A) in field-aligned basis, real(8) |
The documentation for this module was generated from the following file:
- /u/gitlab-xgc/builds/YGMz2TJ8/0/xgc/XGC-Devel/XGC_core/module.F90