Go to the source code of this file.
|
subroutine | conv_source_epp (A_M, B_M, B_mmax, M) |
|
subroutine | conv_source_epp0 (A_M, B_M, B_MMAX, M) |
|
subroutine | conv_source_epp1 (A_M, B_M, B_MMAX, M) |
|
subroutine | point_source_epp (B_M, B_MMAX, M) |
|
subroutine conv_source_epp |
( |
double precision, dimension(dimension_3, -3:3, 0:dimens! ion_m), intent(inout) |
A_M, |
|
|
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M, |
|
|
double precision, dimension(dimension_3, 0:dimension! _m), intent(inout) |
B_mmax, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine conv_source_epp0 |
( |
double precision, dimension(dimension_3, -3:3, 0:dimens! ion_m), intent(inout) |
A_M, |
|
|
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M, |
|
|
double precision, dimension(dimension_3, 0:dimension! _m), intent(inout) |
B_MMAX, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine conv_source_epp1 |
( |
double precision, dimension(dimension_3, -3:3, 0:dimens! ion_m), intent(inout) |
A_M, |
|
|
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M, |
|
|
double precision, dimension(dimension_3, 0:dimension! _m), intent(inout) |
B_MMAX, |
|
|
integer, intent(in) |
M |
|
) |
| |
subroutine point_source_epp |
( |
double precision, dimension(dimension_3, 0:dimension_m), intent(inout) |
B_M, |
|
|
double precision, dimension(dimension_3, 0:dimension! _m), intent(inout) |
B_MMAX, |
|
|
integer, intent(in) |
M |
|
) |
| |