|
subroutine | send_int_0d_p_to_n (data_p, data_n, count, ierr) |
| Send 0d integer data from plasma to neutrals. More...
|
|
subroutine | send_dp_0d_p_to_n (data_p, data_n, count, ierr) |
| Send 0d double precision data from plasma to neutrals. More...
|
|
subroutine | send_log_0d_p_to_n (data_p, data_n, count, ierr) |
| Send 0d logical data from plasma to neutrals. More...
|
|
subroutine | send_dp_1d_p_to_n (data_p, data_n, count, ierr) |
| Send 1d double presicion data from plasma to neutrals. More...
|
|
subroutine | send_dp_2d_p_to_n (data_p, data_n, count, ierr) |
| Send 2d double precision data from plasma to neutrals. More...
|
|
subroutine | send_dp_3d_p_to_n (data_p, data_n, count, ierr) |
| Send 3d double precision data from plasma to neutrals. More...
|
|
◆ send_dp_0d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_dp_0d_p_to_n |
( |
real(dp), intent(in) |
data_p, |
|
|
real(dp), intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 0d double precision data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
◆ send_dp_1d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_dp_1d_p_to_n |
( |
real(dp), dimension(:), intent(in) |
data_p, |
|
|
real(dp), dimension(:), intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 1d double presicion data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
◆ send_dp_2d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_dp_2d_p_to_n |
( |
real(dp), dimension(:, :), intent(in) |
data_p, |
|
|
real(dp), dimension(:, :), intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 2d double precision data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
◆ send_dp_3d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_dp_3d_p_to_n |
( |
real(dp), dimension(:, :, :), intent(in) |
data_p, |
|
|
real(dp), dimension(:, :, :), intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 3d double precision data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
◆ send_int_0d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_int_0d_p_to_n |
( |
integer, intent(in) |
data_p, |
|
|
integer, intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 0d integer data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
◆ send_log_0d_p_to_n()
subroutine data_transfer_mod::send_p_to_n::send_log_0d_p_to_n |
( |
logical, intent(in) |
data_p, |
|
|
logical, intent(out) |
data_n, |
|
|
integer, intent(in) |
count, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
Send 0d logical data from plasma to neutrals.
- Parameters
-
[in] | data_p | Plasma data to send |
[out] | data_n | Neutrals data to receive |
[in] | count | How many occurences of datatype to send |
[out] | ierr | MPI error code |
The documentation for this interface was generated from the following file: