![]() |
RFOF - RF Library for Orbit Following Codes
|
Public Member Functions | |
subroutine | diffusion_coefficient5 (x, d, Error_Flag) |
This form is used only for tests It mimics the typical asymptotic form near x=0. | |
subroutine | D_diffusion_coefficient5 (x, Dd) |
The derivative of the diffusion coefficient, used only in tests diff_coef= x/(1+x) | |
subroutine | diffusion_coefficient5b (x, d, Error_Flag) |
Version for diffusion coefficient, used in test This form allows analytic solution, for finite time test It is designed to verify the programm far away of the origin. | |
subroutine | D_diffusion_coefficient5b (x, Dd) |
The derivative of the diffusion coefficient, used only in tests diff_coef= x**2. |
Definition at line 1 of file RFOF_fakediffusioncoef.F90.
subroutine diffusion_coef5::diffusion_coefficient5 | ( | real(8), intent(in) | x, |
real(8), intent(out) | d, | ||
integer, intent(out) | Error_Flag | ||
) |
This form is used only for tests It mimics the typical asymptotic form near x=0.
Definition at line 8 of file RFOF_fakediffusioncoef.F90.
subroutine diffusion_coef5::D_diffusion_coefficient5 | ( | real(8), intent(in) | x, |
real(8), intent(out) | Dd | ||
) |
The derivative of the diffusion coefficient, used only in tests diff_coef= x/(1+x)
Definition at line 26 of file RFOF_fakediffusioncoef.F90.
subroutine diffusion_coef5::diffusion_coefficient5b | ( | real(8), intent(in) | x, |
real(8), intent(out) | d, | ||
integer, intent(out) | Error_Flag | ||
) |
Version for diffusion coefficient, used in test This form allows analytic solution, for finite time test It is designed to verify the programm far away of the origin.
Definition at line 43 of file RFOF_fakediffusioncoef.F90.
subroutine diffusion_coef5::D_diffusion_coefficient5b | ( | real(8), intent(in) | x, |
real(8), intent(out) | Dd | ||
) |
The derivative of the diffusion coefficient, used only in tests diff_coef= x**2.
Definition at line 61 of file RFOF_fakediffusioncoef.F90.