![]() |
RFOF - RF Library for Orbit Following Codes
|
Public Member Functions | |
subroutine | diffusion_coefficient (x, d, Error_Flag) |
This form is used only for tests. | |
subroutine | D_diffusion_coefficient (x, Dd) |
Error_flag=0 in normal case. |
Definition at line 1 of file RFOF_testdiffusion_coef.F90.
subroutine diffusion_coef::diffusion_coefficient | ( | real(8), intent(in) | x, |
real(8), intent(out) | d, | ||
integer, intent(out) | Error_Flag | ||
) |
This form is used only for tests.
Definition at line 6 of file RFOF_testdiffusion_coef.F90.
subroutine diffusion_coef::D_diffusion_coefficient | ( | real(8), intent(in) | x, |
real(8), intent(out) | Dd | ||
) |
Error_flag=0 in normal case.
Test the general aspects of subroutines, no singularity test The derivative of the diffusion coefficient
Definition at line 25 of file RFOF_testdiffusion_coef.F90.