|
| subroutine | deposition_r4 (np, x, y, z, w, rhs, nl_depos, displs, first) |
| | Deposit some marker attribute to field with the proper splines order (r4).
|
| subroutine | deposition_r8 (np, x, y, z, w, rhs, nl_depos, displs, first) |
| | Deposit some marker attribute to field with the proper splines order.
|
◆ deposition_r4()
| subroutine part_fields::deposition::deposition_r4 |
( |
integer, intent(in) | np, |
|
|
real(kind=r8), dimension(np), intent(in) | x, |
|
|
real(kind=r8), dimension(np), intent(in) | y, |
|
|
real(kind=r8), dimension(np), intent(in) | z, |
|
|
real(kind=r4), dimension(np), intent(in) | w, |
|
|
real(kind=r8), dimension(0:nx+nidbas-1, 0:ny+nidbas-1, 0:nz+nidbas-1), intent(out) | rhs, |
|
|
logical, dimension(np), intent(in), optional | nl_depos, |
|
|
integer, dimension(:), intent(in), optional | displs, |
|
|
logical, intent(in), optional | first ) |
Deposit some marker attribute to field with the proper splines order (r4).
- Parameters
-
| [in] | np | Number of markers |
| [in] | x | Marker radial positions |
| [in] | y | Marker poloidal positions |
| [in] | z | Marker toroidal positions |
| [in] | w | Marker attribute to be deposited |
| [out] | rhs | Resulting field |
| [in] | nl_depos | Flags to deposit markers or not |
| [in] | first | Flags to deposit markers or not |
| [in] | displs | Displacements to access markers in specific bin |
◆ deposition_r8()
| subroutine part_fields::deposition::deposition_r8 |
( |
integer, intent(in) | np, |
|
|
real(kind=r8), dimension(np), intent(in) | x, |
|
|
real(kind=r8), dimension(np), intent(in) | y, |
|
|
real(kind=r8), dimension(np), intent(in) | z, |
|
|
real(kind=r8), dimension(np), intent(in) | w, |
|
|
real(kind=r8), dimension(0:nx+nidbas-1, 0:ny+nidbas-1, 0:nz+nidbas-1), intent(out) | rhs, |
|
|
logical, dimension(np), intent(in), optional | nl_depos, |
|
|
integer, dimension(:), intent(in), optional | displs, |
|
|
logical, intent(in), optional | first ) |
Deposit some marker attribute to field with the proper splines order.
- Parameters
-
| [in] | np | Number of markers |
| [in] | x | Marker radial positions |
| [in] | y | Marker poloidal positions |
| [in] | z | Marker toroidal positions |
| [in] | w | Marker attribute to be deposited |
| [out] | rhs | Resulting field |
| [in] | nl_depos | Flags to deposit markers or not |
| [in] | displs | Displacements to access markers in specific bin |
| [in] | first | Flag to indicate first deposition iteration |
The documentation for this interface was generated from the following file: